@charset "UTF-8";
/*!
	PLEASE DO NOT EDIT STYLE.CSS - YOUR EDITS WILL BE OVERWRITTEN
	Always edit style.scss and compile (see sass-lang.com for more info)

	@author development@bronte.co.nz
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

/*
    Variables
*/
.wp-theme-powerfarming {
  --primary-color: #1a4d9a;
  --accent-color: #13376e;
  --accent-text-color: #fff;
}

/*
    Animations, Mixins etc.
*/
.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .container {
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1428px;
  }
}

.container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 1200px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.row > * {
  padding-left: 24px;
  padding-right: 24px;
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .row > * {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 992px) {
  .col-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-3 {
    flex: 0 0 25%;
    width: 25%;
  }
}

@media (min-width: 992px) {
  .col-4 {
    flex: 0 0 33.333%;
    width: 33.333%;
  }
}

@media (min-width: 992px) {
  .col-5 {
    flex: 0 0 41.666%;
    width: 41.666%;
  }
}

@media (min-width: 992px) {
  .col-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-7 {
    flex: 0 0 58.333%;
    width: 58.333%;
  }
}

@media (min-width: 992px) {
  .col-8 {
    flex: 0 0 66.666%;
    width: 66.666%;
  }
}

@media (min-width: 992px) {
  .col-9 {
    flex: 0 0 75%;
    width: 75%;
  }
}

@media (min-width: 992px) {
  .col-10 {
    flex: 0 0 83.333%;
    width: 83.333%;
  }
}

@media (min-width: 992px) {
  .col-11 {
    flex: 0 0 91.666%;
    width: 91.666%;
  }
}

@media (min-width: 992px) {
  .offset-1 {
    margin-left: 8.333%;
  }
}

@media (min-width: 1200px) {
  .offset-2 {
    margin-left: 16.666%;
  }
}

@media (min-width: 1200px) {
  .offset-3 {
    margin-left: 25%;
  }
}

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

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.heading {
  color: var(--primary-color, #1a4d9a);
}
.heading span {
  font-weight: 400;
}

.heading-xl {
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 992px) {
  .heading-xl {
    font-size: 36px;
  }
}

.heading-l {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
}
@media (min-width: 992px) {
  .heading-l {
    font-size: 32px;
  }
}

.heading-m {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
}
@media (min-width: 992px) {
  .heading-m {
    font-size: 32px;
    line-height: 38.4px;
  }
}

.heading-s {
  font-weight: 600;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: -0.02em;
}
@media (min-width: 992px) {
  .heading-s {
    font-size: 24px;
    line-height: 28.8px;
  }
}

.heading-xs {
  font-weight: 600;
  font-size: 17px;
  line-height: 20.4px;
}
@media (min-width: 992px) {
  .heading-xs {
    font-size: 20px;
    line-height: 24px;
  }
}

.heading-tiny {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

.text-huge {
  font-size: 24px;
  line-height: 33.6px;
}
@media (min-width: 992px) {
  .text-huge {
    font-size: 32px;
    line-height: 44.8px;
  }
}

.text-xl {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
@media (min-width: 992px) {
  .text-xl {
    font-size: 24px;
    line-height: 36px;
  }
}

.text-l {
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 992px) {
  .text-l {
    font-size: 20px;
  }
}

.text-m {
  font-size: 15px;
  line-height: 25.5px;
}
@media (min-width: 992px) {
  .text-m {
    font-size: 16px;
    line-height: 27.2px;
  }
}

.text-s {
  font-size: 13px;
  line-height: 15.6px;
}
@media (min-width: 992px) {
  .text-s {
    font-size: 14px;
    line-height: 16.8px;
  }
}

.text-xs {
  font-size: 12px;
  line-height: 14.4px;
}

.text-tiny {
  font-size: 10px;
  line-height: 12px;
}

.tagline {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: rgb(237, 28, 36);
  margin-bottom: 16px;
}

.fw-300 {
  font-weight: 300;
}

.tagline-l {
  font-size: 15px;
}
@media (min-width: 992px) {
  .tagline-l {
    font-size: 16px;
  }
}

.tagline-m {
  font-size: 13px;
}
@media (min-width: 992px) {
  .tagline-m {
    font-size: 14px;
  }
}

.tagline-s {
  font-size: 10px;
}
@media (min-width: 992px) {
  .tagline-s {
    font-size: 12px;
  }
}

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

@media (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
}

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

.w100p {
  width: 100%;
}

.h100p {
  height: 100%;
}

.bg-red {
  background-color: rgb(237, 28, 36) !important;
}

.bg-light-blue {
  background-color: rgb(244, 249, 255) !important;
}

.bg-blue {
  background-color: var(--primary-color, #1a4d9a);
}

.bg-white {
  background-color: #fff !important;
}

.c-white {
  color: #fff;
}

.c-red {
  color: rgb(237, 28, 36);
}

.posr {
  position: relative;
}

.z-item {
  z-index: 10;
}

.z-item-max {
  z-index: 15;
}

.last {
  margin-bottom: 0;
}

.lc > :last-child {
  margin-bottom: 0;
}

.m-0 {
  margin: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
}

.oh {
  overflow: hidden;
}

.ttu {
  text-transform: uppercase;
}

.img-zoom {
  display: block;
  position: relative;
  overflow: hidden;
}
.img-zoom:has(.img-holder) {
  overflow: unset;
}
.img-zoom .img-holder {
  position: relative;
  overflow: hidden;
}
.img-zoom img:not(.not-zoom) {
  transition: 0.2s all;
  width: 100%;
}
.img-zoom:hover img:not(.not-zoom) {
  transform: scale(1.05);
  transform-origin: center;
}

.bold {
  font-weight: 700 !important;
}

.semi {
  font-weight: 600;
}

.regular {
  font-weight: 400;
}

.image-half {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (min-width: 992px) {
  .image-half {
    position: absolute;
    top: 0;
    right: auto;
    aspect-ratio: unset;
    left: -12px;
    height: 100%;
    object-fit: cover;
    width: calc(50vw + 12px);
    margin-left: 0;
    margin-right: 0;
  }
  .image-half-left {
    left: auto;
    right: -12px;
  }
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  /*padding-top: 25px;*/
  height: 0;
}
.responsive-video iframe {
  transition: 0.8s all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.curp {
  cursor: pointer;
}

.block-more {
  pointer-events: none;
}

.show-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .show-desktop {
    display: block;
  }
}

.show-desktop-i {
  display: none !important;
}
@media (min-width: 1200px) {
  .show-desktop-i {
    display: inline-block !important;
  }
}

.show-tablet-i {
  display: none !important;
}
@media (min-width: 768px) {
  .show-tablet-i {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .show-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .show-mobile-t {
    display: none;
  }
}

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
}

.mw-640 {
  max-width: 640px;
}

@media (min-width: 1200px) {
  .mw-lg-420 {
    max-width: 420px;
  }
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 1200px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 1048px;
  }
}

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

.d-lg-flex {
  display: none;
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex;
  }
}

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .mr-lg-8 {
    margin-right: 8px;
  }
}

@media (min-width: 992px) {
  .mr-lg-16 {
    margin-right: 16px;
  }
}

@media (min-width: 992px) {
  .pr-lg-40 {
    padding-right: 40px;
  }
}

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

.c-blue {
  color: var(--primary-color, #1a4d9a);
}

.c-black {
  color: #000;
}

.fw-600 {
  font-weight: 600;
}

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

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

.mb-s {
  margin-bottom: 24px !important;
}
@media (min-width: 992px) {
  .mb-s {
    margin-bottom: 40px !important;
  }
}

.mb-xs {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .mb-xs {
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
}

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2;
  }
}

@media (min-width: 992px) {
  .text-lg-right {
    text-align: right;
  }
}

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

.mb-small-24px {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .mb-small-24px {
    margin-bottom: 0;
  }
}

.mb-small-8px {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .mb-small-8px {
    margin-bottom: 0;
  }
}

.mb-m {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .mb-m {
    margin-bottom: 64px;
  }
}

.bb-1px {
  border-bottom: 1px solid rgb(175, 189, 255);
}

.bb-1px-solid-light-gray {
  border-bottom: 1px solid rgb(232, 236, 255);
}

.bg-light {
  background-color: rgb(249, 249, 249);
}

.zi-1 {
  z-index: 1;
}

.btn,
button,
.swp-button,
.facetwp-load-more,
input[type=submit] {
  -webkit-appearance: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
  padding: 0 16px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  transition: 0.2s all;
  border: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-align: center;
  color: var(--primary-color, #1a4d9a);
  white-space: nowrap;
  text-decoration: none;
}
@media (min-width: 576px) {
  .btn,
  button,
  .swp-button,
  .facetwp-load-more,
  input[type=submit] {
    padding: 0 22px;
  }
}
.btn:focus,
button:focus,
.swp-button:focus,
.facetwp-load-more:focus,
input[type=submit]:focus {
  outline: none;
}
.btn.swp-button, .btn.btn-red,
button.swp-button,
button.btn-red,
.swp-button.swp-button,
.swp-button.btn-red,
.facetwp-load-more.swp-button,
.facetwp-load-more.btn-red,
input[type=submit].swp-button,
input[type=submit].btn-red {
  background: rgb(237, 28, 36);
  color: #fff;
}
.btn.swp-button:hover, .btn.btn-red:hover,
button.swp-button:hover,
button.btn-red:hover,
.swp-button.swp-button:hover,
.swp-button.btn-red:hover,
.facetwp-load-more.swp-button:hover,
.facetwp-load-more.btn-red:hover,
input[type=submit].swp-button:hover,
input[type=submit].btn-red:hover {
  background: rgb(198.2775510204, 15.7224489796, 22.7102040816);
}
.btn.btn-power,
button.btn-power,
.swp-button.btn-power,
.facetwp-load-more.btn-power,
input[type=submit].btn-power {
  background: rgb(174, 3, 10);
  color: #fff;
}
.btn.btn-power:hover,
button.btn-power:hover,
.swp-button.btn-power:hover,
.facetwp-load-more.btn-power:hover,
input[type=submit].btn-power:hover {
  background: rgb(123.8644067797, 2.1355932203, 7.1186440678);
}
.btn.dark-green,
button.dark-green,
.swp-button.dark-green,
.facetwp-load-more.dark-green,
input[type=submit].dark-green {
  background: rgb(52, 83, 17);
  color: #fff;
}
.btn.dark-green:hover,
button.dark-green:hover,
.swp-button.dark-green:hover,
.facetwp-load-more.dark-green:hover,
input[type=submit].dark-green:hover {
  background: rgb(25.48, 40.67, 8.33);
}
.btn.btn-white,
button.btn-white,
.swp-button.btn-white,
.facetwp-load-more.btn-white,
input[type=submit].btn-white {
  background: #fff;
  color: #000;
}
.btn.btn-white:hover,
button.btn-white:hover,
.swp-button.btn-white:hover,
.facetwp-load-more.btn-white:hover,
input[type=submit].btn-white:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.btn.btn-light,
button.btn-light,
.swp-button.btn-light,
.facetwp-load-more.btn-light,
input[type=submit].btn-light {
  background: rgb(244, 249, 255);
  color: #000;
}
.btn.btn-light:hover,
button.btn-light:hover,
.swp-button.btn-light:hover,
.facetwp-load-more.btn-light:hover,
input[type=submit].btn-light:hover {
  background: rgb(193, 221.1818181818, 255);
}
.btn.facetwp-load-more, .btn.btn-cta, .btn.btn-blue,
button.facetwp-load-more,
button.btn-cta,
button.btn-blue,
.swp-button.facetwp-load-more,
.swp-button.btn-cta,
.swp-button.btn-blue,
.facetwp-load-more.facetwp-load-more,
.facetwp-load-more.btn-cta,
.facetwp-load-more.btn-blue,
input[type=submit].facetwp-load-more,
input[type=submit].btn-cta,
input[type=submit].btn-blue {
  background: var(--primary-color, #1a4d9a);
  color: var(--accent-text-color, #fff);
}
.btn.facetwp-load-more:hover, .btn.btn-cta:hover, .btn.btn-blue:hover,
button.facetwp-load-more:hover,
button.btn-cta:hover,
button.btn-blue:hover,
.swp-button.facetwp-load-more:hover,
.swp-button.btn-cta:hover,
.swp-button.btn-blue:hover,
.facetwp-load-more.facetwp-load-more:hover,
.facetwp-load-more.btn-cta:hover,
.facetwp-load-more.btn-blue:hover,
input[type=submit].facetwp-load-more:hover,
input[type=submit].btn-cta:hover,
input[type=submit].btn-blue:hover {
  background: var(--accent-color, #13376e);
}
.btn.btn-outline,
button.btn-outline,
.swp-button.btn-outline,
.facetwp-load-more.btn-outline,
input[type=submit].btn-outline {
  border: 2px solid var(--primary-color, #1a4d9a);
  font-weight: 500;
  line-height: 40px;
}
.btn.btn-outline.medium,
button.btn-outline.medium,
.swp-button.btn-outline.medium,
.facetwp-load-more.btn-outline.medium,
input[type=submit].btn-outline.medium {
  line-height: 32px;
}
.btn.btn-outline:hover,
button.btn-outline:hover,
.swp-button.btn-outline:hover,
.facetwp-load-more.btn-outline:hover,
input[type=submit].btn-outline:hover {
  opacity: 0.7;
}
.btn.btn-download-icon,
button.btn-download-icon,
.swp-button.btn-download-icon,
.facetwp-load-more.btn-download-icon,
input[type=submit].btn-download-icon {
  padding: 15px 18px;
  display: inline-flex;
}
.btn.btn-download-icon svg,
button.btn-download-icon svg,
.swp-button.btn-download-icon svg,
.facetwp-load-more.btn-download-icon svg,
input[type=submit].btn-download-icon svg {
  margin-right: 4px;
}
.btn.medium,
button.medium,
.swp-button.medium,
.facetwp-load-more.medium,
input[type=submit].medium {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.btn.mobile-100,
button.mobile-100,
.swp-button.mobile-100,
.facetwp-load-more.mobile-100,
input[type=submit].mobile-100 {
  width: 100%;
}
@media (min-width: 992px) {
  .btn.mobile-100,
  button.mobile-100,
  .swp-button.mobile-100,
  .facetwp-load-more.mobile-100,
  input[type=submit].mobile-100 {
    width: auto;
  }
}

.link-arrow {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.link-arrow:hover svg {
  transform: translateX(5px);
}
.link-arrow svg {
  margin-left: 16px;
  transition: transform 0.2s ease-in-out;
}

.anchor {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--primary-color, #1a4d9a);
}
.anchor:hover {
  opacity: 0.8;
}

.range-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu .char-dd {
  color: #ED1C24;
  display: inline-block;
}
.menu .char-minus {
  display: none;
}
.menu .has-dropdown {
  position: relative;
}
.menu .has-dropdown:before {
  content: "";
  position: absolute;
  height: 2px;
  background: rgb(237, 28, 36);
  opacity: 0;
  transition: 0.2s all;
  top: -44px;
  left: 0;
  right: 0;
}
.brand-header .menu .has-dropdown:before {
  content: none;
}
.menu .has-dropdown.active:before {
  opacity: 1;
}
.menu .has-dropdown.active .char-plus {
  display: none;
}
.menu .has-dropdown.active .char-minus {
  display: inline-block;
}
.menu-header {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  display: none;
}
@media (min-width: 1200px) {
  .menu-header {
    display: flex;
  }
}
.menu-header:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
  width: 1px;
  background: rgb(80, 114, 191);
}
.brand-header .menu-header:after {
  content: none;
}
.menu-header > li {
  margin-left: 20px;
}
.menu-header > li:first-child {
  margin-left: 0;
}
.menu-header > li > a {
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
}
.brand-header .menu-header > li > a {
  color: #000;
  padding: 8px 0;
}
.dd-opened .brand-header .menu-header > li > a {
  color: #fff;
}
.menu-footer {
  flex-direction: column;
  position: relative;
  margin-top: 22px;
}
.menu-footer li:not(:last-child) {
  margin-bottom: 17px;
}
.menu-footer li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
@media (min-width: 1200px) {
  .menu-footer {
    margin: 16px 0;
  }
  .menu-footer li {
    font-weight: 300;
    font-size: 14px;
    line-height: 18.2px;
    margin-bottom: 7px !important;
  }
}
.menu-copyright {
  justify-content: center;
}
@media (min-width: 1200px) {
  .menu-copyright {
    justify-content: flex-end;
  }
}
.menu-copyright li {
  position: relative;
}
.menu-copyright li:not(:last-child) {
  margin-right: 25px;
}
.menu-copyright li:not(:last-child):after {
  content: "|";
  position: absolute;
  right: -13px;
  top: 0;
}
.menu-mobile {
  flex-direction: column;
  position: relative;
  padding-top: 32px;
  transition: 0.2s all;
}
.menu-mobile[data-level="2"] {
  transform: translateX(-375px);
}
.menu-mobile[data-level="3"] {
  transform: translateX(-750px);
}
.menu-mobile .img-holder {
  margin-right: 10px;
  flex: 0 0 40px;
}
.menu-mobile a[href*=custom-] .img-holder {
  flex: 0 0 33px;
  width: 33px;
  margin-right: 16px;
}
.menu-mobile .sub-menu {
  list-style: none;
  padding: 32px 0 0;
}
.menu-mobile > li {
  margin-bottom: 24px;
}
.menu-mobile > li > a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-mobile > li .icon-holder {
  flex: 0 0 33px;
  width: 33px;
  margin-right: 16px;
}
.menu-mobile > li .separ {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 24px;
  width: 327px;
}
.menu-mobile > li > .sub-menu {
  padding: 32px 0 0;
}
.menu-mobile > li > .sub-menu li {
  margin-bottom: 24px;
}
.menu-mobile > li > .sub-menu li a {
  font-size: 18px;
  line-height: 21.47px;
  padding: 0 25px;
  width: 100%;
}
.menu-mobile > li > .sub-menu.sub-menu-product-cat > li {
  margin-bottom: 16px;
}
.menu-mobile a {
  color: #fff;
}
.menu-mobile .sub-menu {
  position: absolute;
  width: 375px;
  left: 375px;
  display: none;
  top: 0;
}
.menu-mobile .sub-menu.active {
  display: block;
  padding-bottom: 50px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--wp-admin--admin-bar--height);
  /**
  * @link https://make.wordpress.org/core/2022/01/07/theme-focused-changes-and-filters-in-wordpress-5-9/#adjusting-for-fixed-header-navigation
  */
}

html,
body {
  min-height: 100vh;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #111111;
  display: flex;
  flex-direction: column;
  margin: 0;
}

a {
  transition: 0.2s ease-in-out;
  text-decoration: none;
  color: var(--primary-color, #1a4d9a);
}
a:hover {
  text-decoration: none;
}

main {
  flex: 1;
}

svg,
img {
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  margin-top: 0;
}
p img {
  display: inline-block;
}

.text > :first-child {
  margin-top: 0;
}
.text > :last-child {
  margin-bottom: 0;
}
.text ol,
.text ul {
  line-height: inherit;
  padding-left: 20px;
}
.text li:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .alignleft,
  img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .alignright,
  img.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
}

.aligncenter,
img.aligncenter {
  margin: 1em auto;
}

.s-wysiwyg {
  margin: 40px 0;
}
@media (min-width: 992px) {
  .s-wysiwyg {
    margin: 60px 0;
  }
}

header {
  background-image: url("../images/header-bg.svg");
  background-size: cover;
  color: #fff;
  padding: 14px 20px;
  overflow: hidden;
  background-color: #1a4d9a;
  min-height: 62px;
}
@media (min-width: 1200px) {
  header {
    padding: 30px 48px;
  }
}
header.brand {
  padding: 0;
  overflow: visible;
}
@media (min-width: 1200px) {
  header.brand {
    padding: 0;
  }
}
.dd-opened header {
  background-image: none;
}
header:has(+ main > .hero-blue:first-child) {
  overflow: initial;
}
header .search-icon {
  cursor: pointer;
}
header .search-icon svg {
  width: 22px;
  height: 22px;
  object-fit: contain;
  object-position: 50% 50%;
}
@media (min-width: 1200px) {
  header .search-icon svg {
    width: 18px;
    height: 18px;
  }
}
header .bg-decor {
  display: none;
}
@media (min-width: 1200px) {
  header .bg-decor {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 442px;
    object-fit: cover;
    object-position: right top;
    pointer-events: none;
    z-index: 6;
  }
  header .bg-decor-about {
    height: 900px;
  }
}
@media (min-width: 1400px) {
  header .bg-decor {
    height: 450px;
  }
  header .bg-decor-about {
    height: 900px;
  }
}

.side-menu {
  position: fixed;
  pointer-events: none;
  top: calc(62px + var(--wp-admin--admin-bar--height));
  right: 0;
  bottom: 0;
  z-index: 750;
  transition: all ease-in-out 0.4s;
  width: 375px;
}
.side-menu .inner {
  background-image: url("../images/dd-bg.svg");
  background-size: cover;
  height: calc(100vh - 64px);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 50px;
}

.m-shim {
  opacity: 0;
  pointer-events: none;
  z-index: 374;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.2s all;
  top: calc(64px + var(--wp-admin--admin-bar--height));
}

.opened {
  overflow: hidden;
}
.opened .side-menu {
  transform: translateX(0) !important;
  pointer-events: all;
}
.opened .m-shim {
  opacity: 1;
  pointer-events: all;
}

.nav-phone {
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .nav-phone {
    margin-right: 20px;
  }
}
.nav-phone span {
  display: none;
}
@media (min-width: 1400px) {
  .nav-phone span {
    display: inline;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .nav-phone svg {
    display: none;
  }
}

.menu-opener {
  margin-left: 18px;
}
.menu-opener rect {
  transition: all 0.4s;
}
.opened .menu-opener rect:nth-child(1) {
  transform: rotate(225deg) translate(-25px, -2px);
}
.opened .menu-opener rect:nth-child(2) {
  transform: rotate(315deg) translate(-13px, 3px);
}
.opened .menu-opener rect:nth-child(3) {
  opacity: 0;
  transform: rotate(315deg);
}

.mobile-menu-controls {
  opacity: 0;
  transition: 0.2s all;
  position: absolute;
  top: 16px;
  left: 65px;
  right: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 70;
  pointer-events: none;
}
.mobile-menu-controls .item-back {
  transform: translateX(-50px);
}
.mobile-menu-controls .mhol {
  flex: 0 0 31px;
  width: 31px;
}

.search-icon,
.nav-phone,
.header-logo {
  transition: 0.2s all;
}

.m-sub-opened .mobile-menu-controls {
  opacity: 1;
  pointer-events: all;
}
.m-sub-opened .search-icon,
.m-sub-opened .nav-phone,
.m-sub-opened .header-logo {
  opacity: 0;
  pointer-events: none;
}

.hinner {
  z-index: 65;
}
.hinner .logo img {
  width: 138px;
}
@media (min-width: 1400px) {
  .hinner .logo img {
    width: 204px;
  }
}

.dd-opened header .bg-decor {
  display: none;
}
.dd-opened .menu-dd {
  opacity: 1;
  pointer-events: all;
}

.menu-item.item-search .inner {
  padding: 27px 0 39px;
}
@media (min-width: 768px) {
  .menu-item.item-search .inner {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .menu-item.item-search .inner {
    transform: translateX(90px);
    width: 500px;
  }
}
.menu-item.item-search .item:not(:last-child) {
  margin-bottom: 8px;
}
.menu-item.item-search .text-l {
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .menu-item.item-search .item a {
    font-size: 24px;
    line-height: 43.2px;
  }
}

input[type=text].dd-search-input {
  border: 1px solid #fff;
  border-radius: 25px;
  height: 40px;
  padding: 0 0 0 44px;
  width: 100%;
  background: transparent 7px 50% no-repeat url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.8813 7.39551C14.0252 7.39687 11.3415 8.76544 9.66255 11.0775C7.985 13.3881 7.51471 16.3643 8.3979 19.081C9.28109 21.7976 11.4112 23.9264 14.1277 24.8094C16.8457 25.6912 19.8208 25.2196 22.1312 23.5407L26.5758 27.9853C27.1227 28.5336 28.01 28.5336 28.5569 27.9853C29.1038 27.4384 29.1038 26.5525 28.5569 26.0056L24.1123 21.561V21.5596C25.4111 19.7754 26.0003 17.5728 25.7693 15.3786C25.5383 13.1843 24.5019 11.1527 22.8599 9.67887C21.2179 8.20369 19.088 7.39019 16.8812 7.39568L16.8813 7.39551ZM16.8813 22.4455C15.2571 22.4455 13.6985 21.8002 12.5501 20.6518C11.4016 19.5033 10.7563 17.9447 10.7563 16.3205C10.7563 14.6963 11.4016 13.1377 12.5501 11.9893C13.6985 10.8408 15.2571 10.1955 16.8813 10.1955C18.5055 10.1955 20.0641 10.8408 21.2126 11.9893C22.361 13.1377 23.0063 14.6963 23.0063 16.3205C23.0049 17.9447 22.3582 19.5006 21.2098 20.649C20.0614 21.7973 18.5055 22.4441 16.8814 22.4454L16.8813 22.4455Z" fill="white"/></svg>');
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  input[type=text].dd-search-input {
    width: 500px;
  }
}

.search-item {
  display: none;
  transition: 0.2s all;
  opacity: 0;
}
.search-item ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.search-item ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.search-item :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.menu-dd {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--wp-admin--admin-bar--height);
  z-index: 28;
  min-height: 516px;
  transition: 0.2s all;
  opacity: 0;
  pointer-events: none;
  background-color: #1a4d9a;
  background-image: url("../images/dd-bg.svg");
  background-size: cover;
}
@media (min-width: 768px) {
  .menu-dd {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  }
}
.menu-dd .menu-item {
  opacity: 0;
  pointer-events: none;
  padding: 160px 0 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.2s all;
  transform: translateY(-50px);
}
.menu-dd .menu-item.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.menu-dd .item-deals .text,
.menu-dd .item-about .text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  max-width: 365px;
}
.menu-dd .item-deals .img-holder,
.menu-dd .item-about .img-holder {
  margin-bottom: 18px;
  height: 311px;
}
.menu-dd .item-deals .img-holder:before,
.menu-dd .item-about .img-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}
.menu-dd .item-deals .item-right .img-holder,
.menu-dd .item-about .item-right .img-holder {
  height: 146px;
  margin-bottom: 20px;
}
.menu-dd .item-deals .item-right:last-child .img-holder,
.menu-dd .item-about .item-right:last-child .img-holder {
  margin-bottom: 0;
}
.menu-dd .item-deals .item-right .text,
.menu-dd .item-about .item-right .text {
  left: 20px;
  bottom: 20px;
}
.menu-dd .item-deals .item-about-link,
.menu-dd .item-about .item-about-link {
  margin-bottom: 20px;
}
.menu-dd .item-deals .item-about-link .img-holder,
.menu-dd .item-about .item-about-link .img-holder {
  height: 96px;
}
.menu-dd .item-deals .item-about-link:last-child,
.menu-dd .item-about .item-about-link:last-child {
  margin-bottom: 0;
}
.menu-dd .item-deals .item-about-link .text,
.menu-dd .item-about .item-about-link .text {
  left: 20px;
  bottom: 16px;
  max-width: 104px;
  line-height: 1;
}
.menu-dd .ind-image img {
  width: 100%;
  height: 311px;
  object-fit: cover;
}
.menu-dd .item-industries .ind-image:not(.active) {
  display: none;
}
.menu-dd .item-industries .heading-m {
  margin-bottom: 32px;
}
.menu-dd .item-industries .item-title:not(:last-child) {
  margin-bottom: 2px;
}
.menu-dd .item-industries .item {
  transition: 0.2s all;
  font-weight: 300;
  font-size: 20px;
}
.menu-dd .item-industries .item.active {
  font-weight: 800;
}
.menu-dd .item-industries .item.active svg {
  opacity: 1;
  transform: translateX(3px);
}
.menu-dd .item-products .img-holder {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  background-color: rgb(212, 231, 255);
  transition: all 0.2s ease-in;
}
.menu-dd .item-products .img-holder img {
  margin-left: -16px;
  max-width: 76px;
}
.menu-dd .item-products .item:not(:last-child) {
  margin-bottom: 12px;
}
.menu-dd .item-products .item .heading {
  min-height: 64px;
}
.menu-dd .item-products .item:hover .img-holder {
  background-color: rgb(41, 61, 155);
}
.menu-dd .item-products .column-2 {
  padding-left: 22px;
}
.menu-dd .item-products .item-link {
  height: 96px;
}
.menu-dd .item-products .item-link .heading {
  bottom: 20px;
  left: 0;
  padding: 0 20px;
  position: absolute;
  width: 100%;
}
.menu-dd .item-products .item-link:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
}
.menu-dd .item-products .item-link:not(:last-child) {
  margin-bottom: 6px;
}
.menu-dd .item-products .item-link img {
  height: 100%;
  object-fit: cover;
}

.s-search-results {
  padding: 100px 0;
}
.s-search-results .result-item {
  margin-bottom: 12px;
}
.s-search-results .s-pagiantion {
  margin-top: 50px;
}

form.searchwp-form input.swp-input--search {
  height: 44px;
  border: none;
  width: 100%;
  font-size: 14px;
  padding: 0 18px !important;
  font-weight: 500;
  background-image: none !important;
}
form.searchwp-form input.swp-input--search:focus {
  outline: none !important;
}

.searchwp-live-search-results {
  background-color: #fff !important;
  border-radius: 0 !important;
  padding-top: 10px !important;
  margin-top: -4px !important;
  width: calc(100vw - 48px) !important;
}
@media (min-width: 1200px) {
  .searchwp-live-search-results {
    width: 1024px !important;
  }
}

.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--title {
  margin: 0;
}
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--title a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
}
.searchwp-live-search-results-container .searchwp-live-search-result {
  border: none;
  padding: 12px 24px;
}

form.searchwp-form .swp-items-stretch {
  gap: 0 !important;
}

.search-row {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .search-row {
    display: flex;
    justify-content: space-between;
    max-width: 540px;
    margin: 80px auto 0;
  }
}
@media (min-width: 1200px) {
  .search-row {
    max-width: 8240px;
  }
}

.top-bar {
  padding: 14px 20px;
}
@media (min-width: 1200px) {
  .top-bar {
    padding: 14px 48px;
  }
}
.top-bar img {
  max-width: 106px;
}

.back-button {
  font-size: 12px;
  font-weight: 700;
}
.back-button:hover {
  color: rgb(237, 28, 36);
}

.brand-header {
  padding: 14px 20px;
  background-color: #fff;
  min-height: 62px;
}
@media (min-width: 1200px) {
  .brand-header {
    padding: 30px 48px;
  }
}
.brand-header .search-icon {
  width: 34px;
  height: 34px;
  background-color: var(--primary-color, #1a4d9a);
  border-radius: 50%;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.brand-header .search-icon svg {
  width: 18px;
  height: 18px;
}
.brand-header .search-icon svg path {
  fill: var(--accent-text-color, #fff);
}
.brand-header .search-icon:hover {
  background-color: var(--accent-color, #13376e);
}
.brand-header .search-close {
  display: none;
}
.brand-header .search-close svg {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain;
  object-position: 50% 50%;
}
.brand-header .search-close circle {
  fill: none !important;
}
.brand-header .mobile-menu-controls {
  top: 54px;
}

.brand + .side-menu {
  top: calc(132px + var(--wp-admin--admin-bar--height));
}

.search-close {
  display: none;
}

.dd-opened-search .menu-dd {
  height: calc(100vh - 63px);
}
@media (min-width: 768px) {
  .dd-opened-search .menu-dd {
    min-height: 400px;
    height: auto;
  }
}
.dd-opened-search .search-close {
  display: flex;
  opacity: 1;
}
.dd-opened-search .search-open {
  display: none;
}

.menu-brand .sub-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background-color: #fff;
  padding: 12px 16px;
  display: none;
  visibility: hidden;
  border-left: 4px solid var(--primary-color, #1a4d9a);
  box-shadow: 0 118px 33px 0 rgba(0, 0, 0, 0), 0 76px 30px 0 rgba(0, 0, 0, 0.01), 0 43px 26px 0 rgba(0, 0, 0, 0.05), 0 19px 19px 0 rgba(0, 0, 0, 0.09), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.menu-brand .sub-menu li {
  margin-bottom: 8px;
}
.menu-brand .sub-menu li:last-child {
  margin-bottom: 0;
}
.menu-brand .sub-menu a {
  color: #000;
  font-weight: 500;
}
.menu-brand .sub-menu a:hover {
  color: var(--accent-color, #13376e);
}
.menu-brand a {
  white-space: nowrap;
}
.menu-brand .menu-item-has-children {
  position: relative;
}
.menu-brand .menu-item-has-children:hover > a:after {
  content: "—";
}
.menu-brand .menu-item-has-children:hover .sub-menu {
  display: block;
  visibility: initial;
}
.menu-brand .menu-item-has-children > a {
  position: relative;
}
.menu-brand .menu-item-has-children > a::after {
  content: "+";
  width: 8px;
  color: var(--primary-color, #1a4d9a);
  margin-left: 4px;
  display: inline-block;
}

.menu-toggle {
  padding: 0;
  background: var(--primary-color, #1a4d9a);
  width: 34px;
  height: 34px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  margin-left: 10px;
}
.menu-toggle:hover {
  background: var(--accent-color, #13376e);
}
.menu-toggle:before, .menu-toggle:after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  margin: 0 auto;
  height: 2px;
  background: var(--accent-text-color, #fff);
  transition: top 0.3s ease 0.3s, width 0.1s ease-in 0.1s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transform-origin: 50% 50%;
  border-radius: 2px;
}
.menu-toggle span {
  position: absolute;
  left: 8px;
  right: 8px;
  margin: 0 auto;
  height: 2px;
  background: var(--accent-text-color, #fff);
  top: 16px;
  transition: opacity 0.2s ease-in;
  border-radius: 2px;
}
.menu-toggle:before {
  top: 10px;
}
.menu-toggle:after {
  top: 22px;
}
.menu-toggle.menu-close:before, .menu-toggle.menu-close:after {
  top: 16px;
  transition: top 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transform-origin: 50% 50%;
}
.menu-toggle.menu-close:before {
  transform: rotate(45deg);
}
.menu-toggle.menu-close:after {
  transform: rotate(-45deg);
}
.menu-toggle.menu-close span {
  opacity: 0;
}

.offcanvas {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 100vh;
  overflow-y: auto;
  transition: transform 0.3s ease-in;
  padding: 20px;
  transform: translateX(100%);
  width: 280px;
  background-color: #fff;
  z-index: 1000;
  border-left: 8px solid var(--primary-color, #1a4d9a);
}
@media (min-width: 768px) {
  .offcanvas {
    width: 340px;
  }
}
.offcanvas.active {
  transform: translateX(0);
}
.offcanvas .menu {
  display: block;
}
.offcanvas .menu li {
  margin-bottom: 8px;
}
.offcanvas .menu li:last-child {
  margin-bottom: 0;
}
.offcanvas .menu > li > a {
  color: #000;
}
.offcanvas .menu a {
  text-transform: capitalize;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  font-size: 16px;
}
.offcanvas .menu ul {
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding: 8px 0 0 16px;
  display: none;
}
.offcanvas .menu ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offcanvas .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
}
.offcanvas .menu-item-has-children > a .submenu-indicator {
  margin-left: 4px;
  display: inline-block;
}
.offcanvas .submenu-indicator.active .char-plus {
  display: none;
}
.offcanvas .submenu-indicator.active .char-minus {
  display: inline-block;
}

footer {
  background-color: #1a4d9a;
  background-image: url("../images/dd-bg.svg");
  background-size: cover;
  padding: 60px 0;
  color: #fff;
  border-bottom: 10px solid rgb(237, 28, 36);
}
@media (min-width: 992px) {
  footer {
    padding: 100px 0;
  }
}

.footer-logo {
  margin-bottom: 24px;
  display: inline-block;
}
@media (min-width: 992px) {
  .footer-logo {
    margin-bottom: 80px;
  }
}

.subscribe-footer {
  margin-bottom: 40px;
}

.footer-menu {
  padding: 0;
  margin: 16px 0 40px;
  list-style: none;
  column-count: 2;
  column-gap: 12px;
}
.footer-menu li {
  margin-bottom: 6px;
}
.footer-menu li a {
  color: #fff;
  font-size: 14px;
}
.footer-menu li a.all {
  font-weight: 800;
}
.footer-menu li a.all:after {
  content: " ->";
}
.footer-menu li a:hover {
  color: rgb(237, 28, 36);
}
@media (min-width: 992px) {
  .footer-menu {
    column-count: 1;
    margin-bottom: 60px;
  }
}

.footer-row {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.footer-row a {
  color: #fff;
}
.footer-row a:hover {
  color: rgb(237, 28, 36);
}

.hidden_label label {
  display: none;
}

.gform_submission_error {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.gfield_validation_message {
  position: relative;
  top: 2px;
  font-size: 12px;
}

.gform_footer {
  display: flex;
  align-items: center;
}
.gform_footer img {
  position: absolute;
  right: -20px;
  top: 40px;
}

.gform_fields {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 -12px;
  grid-column-gap: 0 !important;
}

.gfield {
  padding: 0 12px;
  width: 100%;
  margin-bottom: 10px;
}

.gform_fields > .gfield:last-child {
  margin-bottom: 6px;
}

.gfield_label {
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
  line-height: 18px;
  font-weight: 300;
}

.gfield--width-half {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .gfield--width-half {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper input[type=text],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=email],
.category-filters select,
.category-filters textarea,
.category-filters input[type=text],
.category-filters input[type=tel],
.category-filters input[type=email] {
  border: 0;
  display: block;
  width: 100%;
  border-radius: 0;
  height: 40px;
  padding: 0 0 0 12px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: var(--primary-color, #1a4d9a);
  font-size: 14px;
  font-weight: 500;
}
.gform_wrapper select:focus,
.gform_wrapper textarea:focus,
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=email]:focus,
.category-filters select:focus,
.category-filters textarea:focus,
.category-filters input[type=text]:focus,
.category-filters input[type=tel]:focus,
.category-filters input[type=email]:focus {
  outline: none;
}
.gform_wrapper textarea,
.category-filters textarea {
  height: 209px !important;
  resize: none;
  padding-top: 8px;
}
.gform_wrapper fieldset,
.category-filters fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.gform_wrapper legend,
.category-filters legend {
  padding: 0;
}
.gform_wrapper select,
.category-filters select {
  -webkit-appearance: none;
  background: transparent no-repeat calc(100% - 22px) 50%;
  font-size: 16px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding-right: 15px;
  border: 0;
}

.gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}

.ginput_container_checkbox {
  margin-top: 8px;
}

.gfield-choice-input {
  display: none;
}
.gfield-choice-input + label {
  position: relative;
  padding-left: 34px;
  line-height: 26px;
  cursor: pointer;
}
.gfield-choice-input + label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -4px;
}
.gfield-choice-input:checked + label:after {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  width: 16px;
  height: 18px;
}

.gchoice {
  margin-right: 10px;
}

.subscribe-form-holder .gfield {
  flex: auto;
  max-width: none;
  padding: 0;
  margin: 0;
}
.subscribe-form-holder .gfield + .gfield {
  width: 55px;
  margin: 0;
  flex: 0 0 55px;
  position: relative;
}
.subscribe-form-holder .gform_fields {
  flex-wrap: nowrap;
  margin: 0;
}
.subscribe-form-holder button.btn.btn-blue {
  font-size: 0;
  background: rgb(237, 28, 36) url("../images/icon-submit.svg") no-repeat 50% 50%;
  height: 55px;
  width: 55px;
  border-radius: 0;
  padding: 0;
  border: 0;
}
.subscribe-form-holder .gfield_validation_message {
  color: #fff;
}
.subscribe-form-holder .hidden_label label {
  display: none;
}
.subscribe-form-holder img {
  position: absolute;
  right: -22px;
  top: 18px;
}
.subscribe-form-holder input[type=email] {
  background: #fff;
  box-shadow: none;
  height: 55px;
  line-height: 55px;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.subscribe-form-holder ::-webkit-input-placeholder {
  color: #000;
  opacity: 0.8;
}
.subscribe-form-holder ::-moz-placeholder {
  color: #000;
  opacity: 0.8;
}
.subscribe-form-holder :-ms-input-placeholder {
  color: #000;
  opacity: 0.8;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
	Page-specific styling. Please use as little as possible to ensure DRYness.
*/
@media (min-width: 992px) {
  .s-home-hero {
    padding-top: 45px;
  }
}
.s-home-hero img {
  max-width: 100vw;
  width: 100vw;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 20px;
  aspect-ratio: 16/9;
}
@media (min-width: 992px) {
  .s-home-hero img {
    margin: 0;
    max-width: 482px;
    object-fit: cover;
    aspect-ratio: 482/298;
  }
}
.s-home-hero .tns-outer {
  position: relative;
  overflow-y: clip;
}
.s-home-hero .item + .item {
  display: none;
}
.s-home-hero .item.tns-item {
  display: block !important;
}
.s-home-hero .item.tns-item .inner {
  opacity: 1;
}

.tns-nav {
  position: absolute;
  bottom: 18px;
  left: 241px;
  transform: translateX(-50%);
}
.tns-nav button {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  margin: 0 3px;
  background-color: rgb(232, 236, 255);
  border: 1px solid rgb(232, 236, 255);
}
.tns-nav button.tns-nav-active {
  background-color: rgb(237, 28, 36);
}

.s-home-nav {
  padding: 20px 0 24px;
}
@media (min-width: 992px) {
  .s-home-nav {
    padding: 40px 0 44px;
  }
}
.s-home-nav .items {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .s-home-nav .items {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.s-home-nav .item {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  width: 50%;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .s-home-nav .item {
    font-size: 16px;
    width: auto;
    margin-bottom: 0;
  }
}
.s-home-nav .item:hover .img-holder {
  background-color: var(--primary-color, #1a4d9a);
}
.s-home-nav .img-holder {
  width: 42px;
  height: 42px;
  background-color: rgb(232, 236, 255);
  margin-right: 12px;
  transition: 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .s-home-nav .img-holder {
    margin-right: 15px;
  }
}

.home-products-row {
  display: flex;
  margin-bottom: 24px;
}
.home-products-row img {
  width: 80px;
  margin-right: 16px;
}
@media (min-width: 992px) {
  .home-products-row img {
    width: 116px;
    margin-right: 38px;
  }
}
.home-products-row em {
  font-size: 20px;
  color: rgb(237, 28, 36);
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 992px) {
  .home-products-row .text-l {
    margin-bottom: 30px;
  }
}

.product-category-item {
  background-color: rgb(244, 249, 255);
  margin-bottom: 24px;
  display: flex;
  position: relative;
  padding: 20px 20px 20px 120px;
  font-weight: 700;
  justify-content: space-between;
  transition: 0.2s ease-in-out;
  color: var(--primary-color, #1a4d9a);
}
.product-category-item:hover {
  background-color: var(--primary-color, #1a4d9a);
  color: #fff;
}
@media (min-width: 992px) {
  .product-category-item {
    padding: 16px 16px 180px;
    margin-bottom: 76px;
  }
}
.product-category-item .img-desktop {
  display: none;
}
@media (min-width: 992px) {
  .product-category-item .img-desktop {
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -40px;
    max-width: calc(100% - 20px);
  }
}
.product-category-item .img-mobile {
  width: 84px;
  position: absolute;
  left: 18px;
  bottom: -16px;
}
@media (min-width: 992px) {
  .product-category-item .img-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-category-item span {
    font-size: 22px;
    line-height: 1;
    min-height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.s-home-products {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .s-home-products {
    padding-bottom: 26px;
  }
}
.s-home-products .items {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .s-home-products .items {
    margin-top: 48px;
  }
}

.homes-news-img {
  display: none;
}
.homes-news-img:first-child {
  display: block;
}

.s-home-news {
  background-image: url("../images/dd-bg.svg");
  background-size: cover;
}
.s-home-news .heading {
  margin-bottom: 50px;
}
.s-home-news .il {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .s-home-news .il {
    padding: 80px 0;
  }
}
.s-home-news .item {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}
.s-home-news .date {
  font-size: 16px;
  margin-bottom: 4px;
}

.s-home-videos {
  background-color: var(--primary-color, #1a4d9a);
  padding: 40px 0;
  background-image: url("../images/videos-bg.jpg");
}
@media (min-width: 992px) {
  .s-home-videos {
    padding: 52px 0 0;
  }
}
@media (min-width: 992px) {
  .s-home-videos + .s-home-cta {
    padding: 110px 0 30px;
  }
}

.video-item {
  min-height: 200px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .video-item {
    min-height: 330px;
  }
}
@media (min-width: 992px) {
  .video-item {
    min-height: 110px;
  }
}
.video-item:after {
  content: "";
  background-image: url("../images/video-bg.svg");
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  background-repeat: no-repeat;
  background-size: contain;
}
.video-item img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.video-item .title {
  position: absolute;
  top: 34px;
  left: 24px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  max-width: 40%;
  z-index: 1;
}
@media (min-width: 992px) {
  .video-item .title {
    font-size: 12px;
    top: 12px;
    left: 14px;
  }
}
.video-item .link-arrow {
  position: absolute;
  z-index: 1;
  bottom: 34px;
  left: 24px;
}
.video-item .link-arrow svg {
  position: static;
}
@media (min-width: 992px) {
  .video-item .link-arrow {
    bottom: 12px;
    font-size: 12px;
    left: 14px;
  }
}
@media (min-width: 992px) {
  .video-item.first {
    min-height: 330px;
    margin-bottom: -40px;
  }
  .video-item.first .title {
    font-size: 36px;
    top: 12px;
    left: 40px;
    top: 56px;
  }
  .video-item.first .link-arrow {
    font-size: 16px;
    left: 40px;
    bottom: 52px;
  }
}

.s-home-cta {
  padding: 40px 0 40px;
}
@media (min-width: 992px) {
  .s-home-cta {
    padding: 52px 0 40px;
  }
}
.s-home-cta strong {
  color: rgb(237, 28, 36);
}
.s-home-cta .image-holder {
  background-color: rgb(244, 249, 255);
  padding-bottom: 70%;
  position: relative;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .s-home-cta .image-holder {
    padding-bottom: 100%;
    margin-top: 0;
  }
}
.s-home-cta .image-holder img {
  position: absolute;
  bottom: -40px;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
  max-height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .s-home-cta .image-holder img {
    left: 30px;
    right: 30px;
    width: calc(100% - 60px);
  }
}
@media (min-width: 992px) {
  .s-home-cta .image-holder img {
    left: -60px;
    right: 10px;
    bottom: 0;
    top: 0;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
  }
}

.logos-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .logos-row {
    margin-right: -24px;
    justify-content: center;
  }
}

.logo-item {
  width: 45%;
  height: 60px;
  margin-bottom: 24px;
  transition: opacity 0.2s;
  display: block;
}
@media (min-width: 768px) {
  .logo-item {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .logo-item {
    width: auto;
    margin-right: 40px;
  }
}
.logo-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.logo-item:hover {
  opacity: 0.7;
}

.s-home-family {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .s-home-family {
    padding: 60px 0;
  }
}

.s-home-featured {
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .s-home-featured {
    padding: 40px 0 45px;
  }
}
.s-home-featured .heading {
  color: #1a4d9a;
  padding: 16px 0;
  transition: 0.2s all;
  border-bottom: 1px solid rgb(232, 236, 255);
}
.s-home-featured .item {
  margin-bottom: 24px;
}
.s-home-featured .item:hover .heading {
  border-bottom-color: var(--primary-color, #1a4d9a);
}
@media (min-width: 992px) {
  .s-home-featured .item {
    margin-bottom: 0;
  }
}
.s-home-featured .item img {
  height: 176px;
  object-fit: cover;
}
@media (min-width: 576px) {
  .s-home-featured .item img {
    height: auto;
  }
}

.s-gear-hero {
  border-bottom: 1px solid #D7D7D7;
}
.tax-tax_product_category .s-gear-hero {
  background-color: rgb(244, 249, 255);
}
.tax-tax_product_category .s-gear-hero .inner::after {
  background: linear-gradient(90deg, rgb(244, 249, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgb(244, 249, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.s-gear-hero .il {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .s-gear-hero .il {
    padding: 64px 0;
  }
}
.s-gear-hero .inner {
  position: relative;
}
.s-gear-hero .inner::after {
  content: "";
  position: absolute;
  left: -24px;
  width: calc(50vw + 12px);
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.s-gear-hero .heading {
  margin-bottom: 0;
}

.s-gear-search {
  padding: 40px 0 0;
}
.tax-tax_product_category .s-gear-search {
  background-color: rgb(244, 249, 255);
}
@media (min-width: 992px) {
  .s-gear-search {
    padding: 48px 0 0;
  }
}
.s-gear-search form {
  margin-top: 20px;
}
.s-gear-search form [type=search] {
  border: 1px solid rgba(40, 65, 150, 0.2) !important;
  background-color: rgb(244, 248, 251) !important;
}
.s-gear-search input[type=submit].swp-button {
  background: var(--primary-color, #1a4d9a);
  color: #fff;
}
.s-gear-search input[type=submit].swp-button:hover {
  background: var(--accent-color, #13376e);
}

.s-parts {
  padding: 32px 0;
}
@media (min-width: 992px) {
  .s-parts {
    padding: 48px 0;
  }
}
.s-parts .heading {
  color: #1a4d9a;
}

.parts-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .parts-items {
    margin-top: 24px;
  }
}
.parts-items img {
  border-radius: 50%;
}

.parts-item {
  width: 50%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 600;
  color: #1a4d9a;
  font-size: 15px;
}
@media (min-width: 992px) {
  .parts-item {
    width: 25%;
  }
}

.models-filters-section {
  background-color: rgb(244, 249, 255);
}

.product-item {
  display: flex;
  flex-direction: column;
}
.product-item .item-holder {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-item .ib {
  flex-grow: 1;
}

.ajax-no-posts-info {
  display: none;
  font-size: 20px;
  text-align: center;
  padding: 20px;
  border: 1px solid #D7D7D7;
}

.ajax-posts-list-wrap {
  position: relative;
  min-height: 250px;
}
.ajax-posts-list-wrap .load-more-btn-wrap {
  text-align: center;
  margin-top: 30px;
  position: relative;
}
.ajax-posts-list-wrap .load-more-btn-wrap.loading {
  height: 44px;
}
.ajax-posts-list-wrap .load-more-btn-wrap.loading:before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border-radius: 50%;
  border: 6px solid var(--primary-color, #1a4d9a);
  border-color: var(--primary-color, #1a4d9a) transparent var(--primary-color, #1a4d9a) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.ajax-posts-list-wrap .load-more-btn-wrap.loading .load-more-btn {
  display: none;
}

.ajax-preloader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.ajax-preloader:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 10px;
  border-radius: 50%;
  border: 7px solid var(--primary-color, #1a4d9a);
  border-color: var(--primary-color, #1a4d9a) transparent var(--primary-color, #1a4d9a) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.filters-line {
  margin-top: 20px;
}

.filters-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.filter-select {
  border-radius: 0;
  border: 1px solid var(--primary-color, #1a4d9a);
  background-color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: var(--primary-color, #1a4d9a);
  max-width: 300px;
  padding: 10px 30px 8px 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/dropdown.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 11px 10px;
}
.filter-select:focus {
  border-color: var(--primary-color, #1a4d9a);
  outline: none;
}
@media (min-width: 992px) {
  .filter-select {
    margin-bottom: 0;
  }
}

.filter-input {
  border-radius: 0;
  border: 1px solid var(--primary-color, #1a4d9a);
  background-color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: var(--primary-color, #1a4d9a);
  max-width: 300px;
  padding: 7px 15px;
  min-height: 34px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.filter-input:focus {
  border-color: var(--primary-color, #1a4d9a);
  outline: none;
}
@media (min-width: 992px) {
  .filter-input {
    margin-bottom: 0;
  }
}

.posts-search-form {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.search-posts-label {
  display: none;
}

.posts-search-btn {
  flex-basis: 0;
}

.clear-posts-search-btn {
  flex-basis: 0;
  border: 1px solid var(--primary-color, #1a4d9a);
}
.clear-posts-search-btn.hidden {
  display: none;
}

.posts-search-input {
  flex-grow: 1;
  height: 44px;
  line-height: 44px;
  background: #f4f8fb;
  border: 1px solid rgba(40, 65, 150, 0.2);
  border-right: none;
  outline: none;
  padding: 10px 15px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.posts-search-input:focus {
  border-color: var(--primary-color, #1a4d9a);
}

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

.used-gear-filters {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 20px 0 40px 0;
  flex-wrap: wrap;
}
.used-gear-filters .filter-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.used-gear-filters .filter-label {
  color: var(--primary-color, #1a4d9a);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.filter-prices {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--primary-color, #1a4d9a);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.filter-prices .filter-input {
  width: 150px;
}

.item-loop {
  margin-bottom: 20px;
}
.item-loop .ib {
  padding: 16px;
}
.item-loop .brand {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 600;
}
.item-loop .text {
  font-size: 14px;
}

.s-range {
  padding: 40px 0;
}

.s-range-products .facetwp-icon {
  opacity: 1;
  display: inline-block;
  color: #fff;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  background: var(--primary-color, #1a4d9a);
  transition: 0.2s ease-in-out;
}
.s-range-products .facetwp-icon:hover {
  background: var(--accent-color, #13376e);
}
.s-range-products .facetwp-icon:before {
  content: "Search";
  background: none;
  width: auto;
  transform: none !important;
}
.s-range-products .facetwp-input-wrap {
  display: block;
}
.s-range-products .facetwp-facet input.facetwp-search {
  width: 100%;
  padding-left: 22px;
  color: #000;
  font-size: 16px;
  height: 44px;
}

.category-filters {
  display: flex;
  align-items: end;
}
.category-filters .facetwp-dropdown {
  height: 32px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid var(--primary-color, #1a4d9a);
  font-size: 12px;
  padding: 0 32px 0 16px;
}
.category-filters .facetwp-type-dropdown {
  position: relative;
}
.category-filters .facetwp-type-dropdown:after {
  content: "";
  background-image: url("../images/dropdown.svg");
  width: 10px;
  height: 10px;
  background-size: contain;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
}
.category-filters .facetwp-type-number_range {
  display: flex;
}
.category-filters .facetwp-type-number_range .facetwp-number {
  height: 32px;
  border: 1px solid var(--primary-color, #1a4d9a);
  font-size: 12px;
  padding: 0 16px;
  background-color: #fff;
  max-width: 132px;
  margin-right: 8px;
}
.category-filters .facetwp-type-number_range .facetwp-submit {
  height: 32px;
  background-color: var(--primary-color, #1a4d9a);
  color: #fff;
  font-size: 12px;
  padding: 0 16px;
  border-radius: 0;
  border: none;
}

.filter-item {
  margin-right: 16px;
}
.filter-item .label {
  color: var(--primary-color, #1a4d9a);
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 1;
}

.s-video img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .s-video img {
    height: 432px;
  }
}
.s-video .inner:after {
  content: "";
  background-color: rgba(141, 141, 141, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.s-video .inner:hover svg {
  transform: scale(1.1);
}

.video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 148px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .video-button {
    margin-top: 24px;
  }
}
.video-button svg {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.video-button svg circle {
  fill: var(--primary-color, #1a4d9a);
}

.s-departments {
  background-color: #1a4d9a;
  background-image: url("../images/dd-bg.svg");
  background-size: cover;
}

.s-departments {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .s-departments {
    padding-bottom: 70px;
  }
}
.s-departments .item {
  margin-bottom: 40px;
}
.s-departments .item strong {
  font-weight: 600;
  font-size: 18px;
}
.s-departments .item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}
.s-departments img {
  margin-bottom: 18px;
}

.s-text-logo {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .s-text-logo {
    padding: 70px 0;
  }
}
.s-text-logo img {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .s-text-logo img {
    margin-top: 0;
    margin-left: 40px;
  }
}
.s-text-logo p:last-child {
  margin-bottom: 0;
}

.s-history .il {
  padding: 40px 0;
}

@media (min-width: 1200px) {
  .history-items {
    padding-right: 72px;
  }
}

.history-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}
.history-item .text {
  font-size: 14px;
}
.history-item .item-img {
  position: relative;
  min-width: 67px;
  margin-right: 24px;
}
@media (min-width: 992px) {
  .history-item .item-img {
    margin-right: 40px;
  }
}
.history-item .item-img:before {
  content: "";
  width: 3px;
  height: 100px;
  background-color: #000;
  left: 50%;
  top: 100%;
  margin-left: -1px;
  position: absolute;
}
@media (min-width: 992px) {
  .history-item .item-img:before {
    height: 70px;
  }
}
.history-item .item-img::after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #000;
  top: 50%;
  left: 100%;
  position: absolute;
}
@media (min-width: 992px) {
  .history-item .item-img::after {
    width: 20px;
  }
}
.history-item .item-img img {
  width: 67px;
  height: 67px;
  object-fit: cover;
  margin-right: 24px;
  border-radius: 50%;
}
.history-item:last-child {
  margin-bottom: 0;
}
.history-item:last-child .item-img:before {
  display: none;
}

.stories-row {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .stories-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.card-image {
  aspect-ratio: 243/170;
  object-fit: cover;
}

.excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  margin-bottom: 16px;
}

.continue-reading {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  transition: 0.2s ease-in-out;
}

.item-loop:hover .continue-reading {
  color: rgb(237, 28, 36);
}

.load-more {
  margin-top: 40px;
}

.filters-wrap {
  position: relative;
}
.filters-wrap .facetwp-type-checkboxes {
  position: absolute;
  top: 51px;
  left: 0;
  max-width: calc(100vw - 48px);
  border: 1px solid #000;
  padding: 28px 16px 16px 28px;
  display: flex;
  z-index: 2;
  background-color: #fff;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  margin: 0 !important;
  width: calc(100vw - 48px);
}
@media (min-width: 992px) {
  .filters-wrap .facetwp-type-checkboxes {
    left: auto;
    right: 0;
    top: 51px;
    width: 430px;
  }
}
.filters-wrap .facetwp-type-checkboxes.active {
  opacity: 1;
  visibility: visible;
}
.filters-wrap .facetwp-type-checkboxes .facetwp-checkbox {
  background-image: none;
  height: 36px;
  line-height: 36px;
  color: #fff;
  padding: 0 16px;
  margin-right: 12px;
  margin-bottom: 12px;
  background-color: var(--primary-color, #1a4d9a);
  font-size: 14px;
  transition: 0.2s ease-in-out;
}
.filters-wrap .facetwp-type-checkboxes .facetwp-checkbox:hover {
  background: var(--accent-color, #13376e);
}
.filters-wrap .facetwp-type-checkboxes .facetwp-checkbox.checked {
  background-image: none;
  background-color: rgb(237, 28, 36);
}
.filters-wrap .facetwp-type-checkboxes .facetwp-checkbox.checked:hover {
  background: rgb(221.9040816327, 17.5959183673, 25.4163265306);
}
.filters-wrap .facetwp-type-checkboxes .facetwp-counter {
  display: none;
}
.filters-wrap .facetwp-type-checkboxes .facetwp-display-value {
  padding-right: 0;
}

.service-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .service-items {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .service-items .parts-item {
    width: 12.5%;
  }
}

.s-service-items {
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .s-service-items {
    padding-bottom: 52px;
  }
}

.image-full-sm {
  margin: 0 -24px;
  max-width: calc(100% + 48px);
  width: calc(100% + 48px);
}
@media (min-width: 992px) {
  .image-full-sm {
    margin: 0;
    max-width: 100%;
  }
}

.s-service-info {
  padding: 50px 0 32px;
}

.s-powerhouse-hero {
  padding: 24px 0;
}
@media (min-width: 992px) {
  .s-powerhouse-hero {
    padding: 40px 0;
  }
}

.s-powerhouse-subscribe {
  background-color: var(--primary-color, #1a4d9a);
}

.s-powerhouse-subscribe {
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .s-powerhouse-subscribe {
    text-align: left;
  }
}

.validation_message {
  margin-top: 8px;
}

.gform_submission_error {
  font-size: 14px;
  margin-bottom: 12px;
}

.s-powerhouse-subscribe .addtoany_list {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .s-powerhouse-subscribe .addtoany_list {
    justify-content: flex-end;
  }
}
.s-powerhouse-subscribe .addtoany_list a {
  display: block;
}
.s-powerhouse-subscribe .addtoany_list a img {
  display: block;
}

.s-range-reasons .text p:last-child {
  font-size: 13px;
}

.s-faqs {
  padding: 32px 0;
  border-top: 1px solid rgb(215, 215, 215);
  border-bottom: 1px solid rgb(175, 189, 255);
}
@media (min-width: 992px) {
  .s-faqs {
    padding: 50px 0;
  }
}
.s-faqs .faq-item {
  transition: 0.2s all;
  margin-bottom: 12px;
}
.s-faqs .faq-item.active .faq-opener {
  background-color: #000;
}
.s-faqs .faq-item.active .faq-opener:after {
  opacity: 0;
}
.s-faqs .faq-opener {
  padding: 16px 48px 16px 16px;
  background-color: var(--primary-color, #1a4d9a);
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: 0.2s all;
}
.s-faqs .faq-opener:hover {
  background-color: #000;
}
.s-faqs .faq-opener:before {
  content: "";
  display: block;
  width: 18px;
  height: 4px;
  background-color: rgb(237, 28, 36);
  position: absolute;
  top: calc(50% - 2px);
  right: 16px;
}
.s-faqs .faq-opener:after {
  content: "";
  display: block;
  width: 4px;
  height: 18px;
  background-color: rgb(237, 28, 36);
  position: absolute;
  top: calc(50% - 9px);
  right: 23px;
}
.s-faqs .faq-answer {
  display: none;
  padding: 16px;
  background-color: rgb(244, 249, 255);
  font-size: 14px;
}

.acf-map {
  width: 100%;
  height: 400px;
}
@media (min-width: 992px) {
  .acf-map {
    height: 100%;
    margin-left: -24px;
    width: calc(100% + 24px);
  }
}

.s-form .gform_required_legend {
  display: none;
}
.s-form .il {
  padding: 24px;
  background-image: url("../images/contact.svg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media (min-width: 992px) {
  .s-form .il {
    padding: 84px 48px 84px 24px;
    margin-right: -24px;
  }
}
@media (min-width: 1200px) {
  .s-form .il {
    padding: 84px 64px 84px calc((100vw - 1024px) / 2);
  }
}
.s-form .gform_fields {
  width: calc(100% + 24px) !important;
}
.s-form .gform_button {
  width: 100%;
  background-color: rgb(237, 28, 36);
}
.s-form .gform_button:hover {
  background: rgb(198.2775510204, 15.7224489796, 22.7102040816);
}
.s-form .gform_footer {
  margin-top: 24px;
}

.s-contact-cta {
  border-top: 1px solid rgb(215, 215, 215);
  padding: 24px 0;
}
.s-contact-cta .text {
  font-weight: 500;
}
@media (min-width: 992px) {
  .s-contact-cta {
    padding: 40px 0;
  }
}

.s-open {
  background-color: rgb(244, 249, 255);
  padding: 24px 0;
}
@media (min-width: 992px) {
  .s-open {
    padding: 40px 0;
  }
}
.s-open em {
  color: var(--primary-color, #1a4d9a);
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
}
.s-open strong {
  font-size: 20px;
}
.s-open a {
  color: #000;
}
.s-open a:hover {
  color: var(--primary-color, #1a4d9a);
}

.s-team {
  padding: 24px 0;
}
@media (min-width: 992px) {
  .s-team {
    padding: 40px 0;
  }
}
.s-team a {
  color: #000;
}
.s-team a:hover {
  color: var(--primary-color, #1a4d9a);
}
.s-team .member-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.s-team .member-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-dealer {
  display: block;
  padding: 24px 20px;
  margin-bottom: 16px;
}
.item-dealer:hover {
  background-color: rgb(237, 28, 36);
}
.item-dealer .heading {
  color: #fff;
  font-size: 26px;
}
.item-dealer span {
  font-size: 12px;
}

.item-map-dealer {
  padding: 30px 20px 20px;
  margin-bottom: 16px;
  display: none;
}
.item-map-dealer .heading {
  color: #fff;
  font-size: 24px;
}
.item-map-dealer a {
  color: #fff;
  font-weight: 900;
}
.item-map-dealer:nth-child(1), .item-map-dealer:nth-child(2), .item-map-dealer:nth-child(3) {
  display: block;
}

.s-dealers-map .facetwp-icon {
  opacity: 1;
  right: auto;
  left: 12px;
}
.s-dealers-map .facetwp-icon:before {
  background: url("../images/search.svg") no-repeat;
  background-position: 5px 50%;
  background-size: 20px 20px;
}
.s-dealers-map .facetwp-input-wrap {
  display: block;
}
.s-dealers-map .facetwp-facet input.facetwp-search {
  width: 100%;
  padding-left: 48px;
  color: #000;
  font-size: 16px;
  height: 43px;
}

.dealers-map path {
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.dealers-map path:hover {
  opacity: 0.9;
}
.dealers-map path.active {
  fill: rgb(237, 28, 36) !important;
}

.s-shop {
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .s-shop {
    padding: 70px 0;
    text-align: left;
  }
}

.shop-social {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .shop-social {
    justify-content: flex-end;
  }
}
.shop-social a {
  margin-right: 8px;
  background-color: #fff;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-social a:hover {
  background-color: rgb(244, 249, 255);
}
@media (min-width: 992px) {
  .shop-social a {
    width: 108px;
    height: 108px;
    min-width: 108px;
    min-height: 108px;
    margin-right: 12px;
  }
}
.shop-social a:last-child {
  margin-right: 0;
}

.deal-list {
  display: flex;
  column-gap: 32px;
}

.deal-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.deal-list-item:after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -16px;
  display: block;
  width: 1px;
  background-color: var(--primary-color, #1a4d9a);
}
.deal-list-item:last-child {
  margin-right: 0;
}
.deal-list-item:last-child:after {
  display: none;
}
.deal-list-item .text-s {
  font-weight: 300;
  margin-top: 2px;
}

.s-deal-brand {
  padding: 32px 0;
}
@media (min-width: 992px) {
  .s-deal-brand {
    padding: 48px 0;
  }
}

@media (min-width: 992px) {
  .deal-brand-logo-wrap {
    text-align: right;
  }
}
.deal-brand-logo-wrap img {
  display: inline-block;
}

.product-info-desc {
  padding-right: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media only screen and (max-width: 992px) {
  .product-info-desc {
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.s-range-industry .item {
  border-top: 1px solid var(--primary-color, #1a4d9a);
  padding-top: 24px;
}
@media (min-width: 992px) {
  .s-range-industry .item {
    padding-top: 40px;
  }
}

.s-brand-brand {
  padding: 32px 0;
  text-align: center;
}
.s-brand-brand img {
  display: inline-block;
}
@media (min-width: 992px) {
  .s-brand-brand {
    padding: 48px 0;
  }
}

@media (min-width: 992px) {
  .brand-brand-logo {
    text-align: left;
  }
}

.s-brand-range {
  padding: 40px 0 0;
}

.navbar-special {
  background-color: rgb(249, 249, 249);
  padding: 16px;
}
@media (min-width: 992px) {
  .navbar-special {
    padding: 24px;
  }
}
.navbar-special .items {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .navbar-special .items {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.navbar-special .item {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  width: 50%;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .navbar-special .item {
    font-size: 16px;
    width: auto;
    margin-bottom: 0;
  }
}
.navbar-special .item:hover .img-holder {
  background-color: var(--primary-color, #1a4d9a);
}
.navbar-special .img-holder {
  width: 42px;
  height: 42px;
  background-color: rgb(232, 236, 255);
  margin-right: 12px;
  transition: 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .navbar-special .img-holder {
    margin-right: 15px;
  }
}

.special-frame {
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.7);
  padding: 16px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .special-frame {
    padding: 44px 28px;
    margin-bottom: 128px;
  }
}

.s-special-hero {
  position: relative;
  padding: 64px 0 0;
}
@media (min-width: 992px) {
  .s-special-hero {
    padding: 128px 0 0;
  }
}

.special-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.brand-image {
  position: relative;
}
.brand-image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.brand-image-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 64px);
  max-height: 72px;
  object-fit: contain;
}

.post-hero {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .post-hero {
    padding-top: 80px;
  }
}

.s-post-content {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .s-post-content {
    padding: 80px 0;
  }
}

.s-post-content {
  line-height: 1.2;
}

.s-product-hero {
  position: relative;
  padding: 250px 0 30px;
}
@media (min-width: 992px) {
  .s-product-hero {
    padding: 426px 0 48px;
  }
}
.s-product-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #091200 100%), transparent 50%/cover no-repeat;
}
.featured-color-green .s-product-hero:after, .featured-color-red .s-product-hero:after, .featured-color-dark-red .s-product-hero:after, .featured-color-yellow .s-product-hero:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #091200 100%);
}

.product-hero-cat {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 600;
}

.s-product-info {
  background-image: url("../images/product.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--primary-color, #1a4d9a);
  color: #fff;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .s-product-info {
    padding: 80px 0 60px;
  }
}
.s-product-info .deal-list-item:after {
  background-color: rgb(237, 28, 36);
}

.brand-logo {
  max-width: 91px;
  max-height: 25px;
  object-fit: contain;
  object-position: 0 center;
}
@media (min-width: 992px) {
  .brand-logo {
    max-width: 182px;
    max-height: 50px;
  }
}

.featured-color-green .deal-list-item:after,
.featured-color-red .deal-list-item:after,
.featured-color-dark-red .deal-list-item:after,
.featured-color-yellow .deal-list-item:after {
  background-color: #000;
}

.models-list-title {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  margin-bottom: 12px;
  font-weight: 600;
}
.featured-color-green .models-list-title, .featured-color-red .models-list-title, .featured-color-dark-red .models-list-title, .featured-color-yellow .models-list-title {
  border-bottom: 1px solid #000;
}

.models-list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.product-nav {
  padding: 18px 0;
}
.product-nav .heading-s {
  text-align: center;
}
@media (min-width: 992px) {
  .product-nav .heading-s {
    text-align: left;
  }
}
.product-nav__list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 24px 0;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .product-nav__list {
    margin: 0;
  }
}
.product-nav__item {
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .product-nav__item {
    margin-right: 20px;
  }
}
.product-nav__item:last-child {
  margin-right: 0;
}
.product-nav__item a {
  color: var(--primary-color, #1a4d9a);
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .product-nav__item a {
    font-size: 14px;
  }
}
.product-nav__item a:hover {
  color: var(--accent-color, #13376e);
}

.s-features {
  padding: 20px 0 40px;
}
@media (min-width: 1200px) {
  .s-features {
    padding: 20px 0 60px;
  }
}
.s-features .items {
  position: relative;
}
.s-features .tns-outer {
  position: relative;
}
.s-features .tns-controls {
  position: absolute;
  right: 0;
  top: -36px;
}
@media (min-width: 1200px) {
  .s-features .tns-controls {
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .s-features .item {
    padding-right: 40px;
  }
}
.s-features .item img {
  aspect-ratio: 284/161;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 12px;
}
.s-features .item-row {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.s-features .item-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--primary-color, #1a4d9a);
  text-align: center;
  color: #fff;
  line-height: 28px;
  font-weight: 600;
  font-size: 15px;
  margin-right: 10px;
}
.s-features .text {
  font-size: 14px;
}
.s-features .dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--primary-color, #1a4d9a);
  text-align: center;
  color: #fff;
  line-height: 24px;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  position: absolute;
}

.tns-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary-color, #1a4d9a);
  font-size: 0;
  display: inline-block;
  padding: 0;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  transition: all 0.3s ease-in-out;
}
.tns-controls button:hover {
  background-color: var(--accent-color, #13376e);
}
.tns-controls [data-controls=prev] {
  transform: rotate(180deg);
}
.tns-controls [data-controls=next] {
  margin-left: 4px;
}

.s-models-range {
  padding: 24px 0;
}
@media (min-width: 992px) {
  .s-models-range {
    padding: 40px 0;
  }
}

.s-comparison {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .s-comparison {
    padding: 60px 0;
  }
}

.comparison-row {
  width: 720px;
  display: flex;
  align-items: center;
  min-height: 52px;
  font-size: 15px;
}
.comparison-row .heading-tiny {
  font-size: 15px;
}
.comparison-row.bb {
  border-bottom: 1px solid rgb(215, 233, 255);
}
@media (min-width: 992px) {
  .comparison-row {
    width: 100%;
  }
}

.comparison-col {
  flex-grow: 1;
  padding: 10px;
}
.comparison-col:first-child {
  flex-grow: 0;
  width: 22%;
  padding-right: 20px;
}

.comparison-inner {
  overflow-x: auto;
}

.compare {
  padding: 0;
  background: none;
  font-weight: 700;
  color: #000;
  display: inline-block;
  line-height: 1.2;
}
.compare:hover {
  opacity: 0.8;
}

.comparison-table {
  text-align: left;
  width: 720px;
}
@media (min-width: 992px) {
  .comparison-table {
    width: 100%;
  }
}
.comparison-table thead th {
  padding: 0 10px 20px;
}
.comparison-table tbody tr {
  border-bottom: 1px solid rgb(215, 233, 255);
}
.comparison-table tbody tr:last-child {
  border-bottom: none;
}
.comparison-table tbody tr:nth-child(2n) {
  background-color: rgb(244, 249, 255);
}
.comparison-table tbody tr td,
.comparison-table tbody tr th {
  padding: 20px 10px;
  font-size: 15px;
}

.gallery-item {
  aspect-ratio: 1024/550;
  object-fit: cover;
}

.s-product-gallery {
  padding: 32px 0;
}
@media (min-width: 992px) {
  .s-product-gallery {
    padding: 48px 0;
  }
}
.s-product-gallery .tns-ovh {
  overflow: visible !important;
}

.s-product-testimonials {
  padding: 24px 0;
}
@media (min-width: 992px) {
  .s-product-testimonials {
    padding: 24px 0 48px;
  }
}

.used-card .img-holder {
  position: relative;
  aspect-ratio: 4/3;
  background-color: #dadada;
}

.used-year {
  color: rgb(237, 28, 36);
  font-size: 14px;
  line-height: 1;
}

.used-stock-number {
  color: green;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}

.compare-notice {
  border-radius: 7px;
  padding: 12px 16px;
  background-color: rgb(244, 249, 255);
  border: 1px solid rgb(237, 28, 36);
  margin-top: 40px;
  color: rgb(237, 28, 36);
  font-weight: 700;
  font-size: 15px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .compare-notice {
    display: flex;
  }
}

.compare-table {
  text-align: left;
  width: 720px;
}
@media (min-width: 992px) {
  .compare-table {
    width: 100%;
  }
}
.compare-table tbody tr {
  border-bottom: 1px solid rgb(231, 231, 231) !important;
}
.compare-table tbody tr:nth-child(2n) {
  background-color: rgb(244, 249, 255);
}
.compare-table tbody tr td,
.compare-table tbody tr th {
  padding: 20px 10px;
  font-size: 15px;
  border: none;
}
.compare-table tbody th {
  color: var(--primary-color, #1a4d9a);
}

.featured-color-green .btn.btn-blue {
  background-color: rgb(103, 177, 17);
  color: #fff;
}
.featured-color-green .btn.btn-blue:hover {
  background: rgb(75.9226804124, 130.4690721649, 12.5309278351);
}
.featured-color-green .btn.btn-outline {
  border: 2px solid rgb(103, 177, 17);
  color: rgb(103, 177, 17);
}
.featured-color-green .bg-blue {
  background-color: rgb(103, 177, 17);
  color: #fff;
}
.featured-color-green .c-blue {
  color: rgb(103, 177, 17);
}
.featured-color-green .s-home-news {
  background-image: none;
  background-color: rgb(103, 177, 17);
}
.featured-color-green .date {
  color: #000;
}
.featured-color-green .dealers-map path {
  fill: rgb(103, 177, 17);
}
.featured-color-green .video-button circle {
  fill: rgb(103, 177, 17) !important;
}
.featured-color-green .s-product-info {
  background-image: none;
  background-color: rgb(103, 177, 17);
  position: relative;
}
.featured-color-green .s-product-info::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(48.8453608247, 83.9381443299, 8.0618556701) 100%);
  position: absolute;
}
.featured-color-green .item-num,
.featured-color-green .dot,
.featured-color-green .tns-controls button {
  background-color: rgb(103, 177, 17);
}
.featured-color-green .menu-opener rect {
  fill: rgb(103, 177, 17) !important;
}
.featured-color-green .search-icon {
  background-color: rgb(103, 177, 17);
}
.featured-color-green .search-icon path {
  fill: #fff !important;
}
.featured-color-green .menu-item-has-children > a::after {
  color: rgb(103, 177, 17);
}
.featured-color-green .sub-menu {
  background-color: rgb(103, 177, 17);
  color: #fff;
}
.featured-color-green .menu-toggle {
  background-color: rgb(103, 177, 17);
}
.featured-color-green .menu-toggle:after, .featured-color-green .menu-toggle:before,
.featured-color-green .menu-toggle span {
  background-color: #fff;
}
.featured-color-green .offcanvas {
  border-color: rgb(103, 177, 17);
}
.featured-color-green .offcanvas .char-dd {
  color: rgb(103, 177, 17);
}

.featured-color-yellow .btn.btn-blue {
  background-color: rgb(252, 175, 38);
  color: #000;
}
.featured-color-yellow .btn.btn-blue:hover {
  background: rgb(235.7409090909, 152.0909090909, 3.2590909091);
}
.featured-color-yellow .btn.btn-outline {
  border: 2px solid rgb(252, 175, 38);
  color: rgb(252, 175, 38);
}
.featured-color-yellow .bg-blue {
  background-color: rgb(252, 175, 38);
  color: #000;
}
.featured-color-yellow .c-blue {
  color: rgb(252, 175, 38);
}
.featured-color-yellow .s-home-news {
  background-image: none;
  background-color: rgb(252, 175, 38);
}
.featured-color-yellow .date {
  color: #000;
}
.featured-color-yellow .dealers-map path {
  fill: rgb(252, 175, 38);
}
.featured-color-yellow .video-button circle {
  fill: rgb(252, 175, 38) !important;
}
.featured-color-yellow .s-product-info {
  background-image: none;
  background-color: rgb(252, 175, 38);
  position: relative;
}
.featured-color-yellow .s-product-info::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(185.4363636364, 119.6363636364, 2.5636363636) 100%);
  position: absolute;
}
.featured-color-yellow .item-num,
.featured-color-yellow .dot,
.featured-color-yellow .tns-controls button {
  background-color: rgb(252, 175, 38);
}
.featured-color-yellow .menu-opener rect {
  fill: rgb(252, 175, 38) !important;
}
.featured-color-yellow .search-icon {
  background-color: rgb(252, 175, 38);
}
.featured-color-yellow .search-icon path {
  fill: #000 !important;
}
.featured-color-yellow .menu-item-has-children > a::after {
  color: rgb(252, 175, 38);
}
.featured-color-yellow .sub-menu {
  background-color: rgb(252, 175, 38);
  color: #000;
}
.featured-color-yellow .menu-toggle {
  background-color: rgb(252, 175, 38);
}
.featured-color-yellow .menu-toggle:after, .featured-color-yellow .menu-toggle:before,
.featured-color-yellow .menu-toggle span {
  background-color: #000;
}
.featured-color-yellow .offcanvas {
  border-color: rgb(252, 175, 38);
}
.featured-color-yellow .offcanvas .char-dd {
  color: rgb(252, 175, 38);
}

.featured-color-red .btn.btn-blue {
  background-color: rgb(237, 29, 36);
  color: #fff;
}
.featured-color-red .btn.btn-blue:hover {
  background: rgb(199.1393442623, 15.8606557377, 22.0286885246);
}
.featured-color-red .btn.btn-outline {
  border: 2px solid rgb(237, 29, 36);
  color: rgb(237, 29, 36);
}
.featured-color-red .bg-blue {
  background-color: rgb(237, 29, 36);
  color: #fff;
}
.featured-color-red .c-blue {
  color: rgb(237, 29, 36);
}
.featured-color-red .s-home-news {
  background-image: none;
  background-color: rgb(237, 29, 36);
}
.featured-color-red .date {
  color: #000;
}
.featured-color-red .dealers-map path {
  fill: rgb(237, 29, 36);
}
.featured-color-red .video-button circle {
  fill: rgb(237, 29, 36) !important;
}
.featured-color-red .s-product-info {
  background-image: none;
  background-color: rgb(237, 29, 36);
  position: relative;
}
.featured-color-red .s-product-info::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(151.9016393443, 12.0983606557, 16.8032786885) 100%);
  position: absolute;
}
.featured-color-red .item-num,
.featured-color-red .dot,
.featured-color-red .tns-controls button {
  background-color: rgb(237, 29, 36);
}
.featured-color-red .menu-opener rect {
  fill: rgb(237, 29, 36) !important;
}
.featured-color-red .search-icon {
  background-color: rgb(237, 29, 36);
}
.featured-color-red .search-icon path {
  fill: #fff !important;
}
.featured-color-red .menu-item-has-children > a::after {
  color: rgb(237, 29, 36);
}
.featured-color-red .sub-menu {
  background-color: rgb(237, 29, 36);
  color: #fff;
}
.featured-color-red .menu-toggle {
  background-color: rgb(237, 29, 36);
}
.featured-color-red .menu-toggle:after, .featured-color-red .menu-toggle:before,
.featured-color-red .menu-toggle span {
  background-color: #fff;
}
.featured-color-red .offcanvas {
  border-color: rgb(237, 29, 36);
}
.featured-color-red .offcanvas .char-dd {
  color: rgb(237, 29, 36);
}

.featured-color-dark-red .btn.btn-blue {
  background-color: rgb(219, 31, 38);
  color: #fff;
}
.featured-color-dark-red .btn.btn-blue:hover {
  background: rgb(174.324, 24.676, 30.248);
}
.featured-color-dark-red .btn.btn-outline {
  border: 2px solid rgb(219, 31, 38);
  color: rgb(219, 31, 38);
}
.featured-color-dark-red .bg-blue {
  background-color: rgb(219, 31, 38);
  color: #fff;
}
.featured-color-dark-red .c-blue {
  color: rgb(219, 31, 38);
}
.featured-color-dark-red .s-home-news {
  background-image: none;
  background-color: rgb(219, 31, 38);
}
.featured-color-dark-red .date {
  color: #000;
}
.featured-color-dark-red .dealers-map path {
  fill: rgb(219, 31, 38);
}
.featured-color-dark-red .video-button circle {
  fill: rgb(219, 31, 38) !important;
}
.featured-color-dark-red .s-product-info {
  background-image: none;
  background-color: rgb(219, 31, 38);
  position: relative;
}
.featured-color-dark-red .s-product-info::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(129.648, 18.352, 22.496) 100%);
  position: absolute;
}
.featured-color-dark-red .item-num,
.featured-color-dark-red .dot,
.featured-color-dark-red .tns-controls button {
  background-color: rgb(219, 31, 38);
}
.featured-color-dark-red .menu-opener rect {
  fill: rgb(219, 31, 38) !important;
}
.featured-color-dark-red .search-icon {
  background-color: rgb(219, 31, 38);
}
.featured-color-dark-red .search-icon path {
  fill: #fff !important;
}
.featured-color-dark-red .menu-item-has-children > a::after {
  color: rgb(219, 31, 38);
}
.featured-color-dark-red .sub-menu {
  background-color: rgb(219, 31, 38);
  color: #fff;
}
.featured-color-dark-red .menu-toggle {
  background-color: rgb(219, 31, 38);
}
.featured-color-dark-red .menu-toggle:after, .featured-color-dark-red .menu-toggle:before,
.featured-color-dark-red .menu-toggle span {
  background-color: #fff;
}
.featured-color-dark-red .offcanvas {
  border-color: rgb(219, 31, 38);
}
.featured-color-dark-red .offcanvas .char-dd {
  color: rgb(219, 31, 38);
}

.colored-page .s-product-info {
  background-image: none;
  background: var(--primary-color, #1a4d9a);
  background: linear-gradient(180deg, var(--primary-color, #1a4d9a) 0%, var(--accent-color, #13376e) 100%);
}
.colored-page .s-product-hero::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #091200 100%), transparent 50%/cover no-repeat;
}

.mob-brand-menu {
  margin-bottom: 10px;
}

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