/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./dev/nexustheme.scss ***!
  \**************************************************************************************************************************************/
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  margin-top: var(--bs-gutter-y);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (max-width: 768px) {
  .row > * {
    width: 100%;
  }
}

.zonebottom [role=row-section] > .row,
.zonebottom [role=row-section] [role=row-wrapper] > .row,
.catalog-grid [role=row-section] > .row,
.catalog-grid [role=row-section] [role=row-wrapper] > .row,
.page-content [role=row-section] > .row,
.page-content [role=row-section] [role=row-wrapper] > .row,
.zonetop [role=row-section] > .row,
.zonetop [role=row-section] [role=row-wrapper] > .row {
  --bs-gutter-y: 0;
}

img {
  image-rendering: optimize-contrast;
}

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

.flex-custom--center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-custom {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-custom li {
  margin: 0;
  padding: 0;
}

.ex-loggedout .logged-out-hide,
.ex-loggedin .logged-in-hide {
  display: none !important;
}

.catalog-grid .container {
  padding: 0 15px;
}

.container .container {
  padding: 0;
  width: auto;
}

.visually-hidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.g-recaptcha {
  max-width: 304px;
  width: 100%;
  overflow: hidden;
}
.g-recaptcha > div {
  width: 100% !important;
}
.g-recaptcha iframe {
  width: 100% !important;
}

.var-content:empty {
  display: none;
}
.var-content:not(:empty) + .var-default {
  display: none;
}

@media (min-width: 768px) {
  .dashboard-sortable {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}
.form-group label {
  display: block;
  color: var(--theme-label-color, var(--theme-colour-darkgrey, #1c1c1c));
  font-weight: 500;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=date],
.form-group input[type=password],
.form-group input[type=number],
.form-group input[type=tel],
.form-group textarea {
  color: var(--theme-input-color, var(--theme-colour-darkgrey, #1c1c1c));
  font-size: var(--theme-input-font-size, 16px);
  line-height: var(--theme-input-font-size, 16px);
  background-color: var(--theme-input-bg, var(--theme-colour-lightgrey, #f2f3fb));
  border: var(--theme-input-border, 1px solid var(--theme-colour-lightgrey, #f2f3fb));
  border-radius: var(--theme-input-border-radius, 16px);
  padding: var(--theme-input-padding, 6px 16px);
  outline: none;
  width: 100%;
}
.form-group input[type=text]:hover, .form-group input[type=text]:focus,
.form-group input[type=email]:hover,
.form-group input[type=email]:focus,
.form-group input[type=date]:hover,
.form-group input[type=date]:focus,
.form-group input[type=password]:hover,
.form-group input[type=password]:focus,
.form-group input[type=number]:hover,
.form-group input[type=number]:focus,
.form-group input[type=tel]:hover,
.form-group input[type=tel]:focus,
.form-group textarea:hover,
.form-group textarea:focus {
  border: var(--theme-input-hover-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #0014ab)));
}
.form-group input[type=text]::placeholder,
.form-group input[type=email]::placeholder,
.form-group input[type=date]::placeholder,
.form-group input[type=password]::placeholder,
.form-group input[type=number]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group textarea::placeholder {
  color: var(--theme-input-placeholder-color, var(--theme-colour-darkgrey, #1c1c1c));
  opacity: 1;
}
.form-group select {
  color: var(--theme-input-color, var(--theme-colour-darkgrey, #1c1c1c));
  font-size: var(--theme-input-font-size, 16px);
  line-height: var(--theme-input-font-size, 16px);
  background-color: var(--theme-input-bg, var(--theme-colour-lightgrey, #f2f3fb));
  border: var(--theme-input-border, 1px solid var(--theme-colour-lightgrey, #f2f3fb));
  border-radius: var(--theme-input-border-radius, 16px);
  padding: var(--theme-input-padding, 6px 16px);
  outline: none;
  width: 100%;
}
.form-group select:hover, .form-group select:focus {
  border: var(--theme-input-hover-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #0014ab)));
}
.form-group select::placeholder {
  color: var(--theme-input-placeholder-color, var(--theme-colour-darkgrey, #1c1c1c));
  opacity: 1;
}
.form-group select {
  padding: var(--theme-select-padding, 6px 16px);
  appearance: none;
}
.form-group:has(select) {
  position: relative;
}
.form-group:has(select)::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 78%;
  right: 20px;
  transform: translateY(-78%);
  pointer-events: none;
}

.text-color {
  color: var(--theme-text-col, var(--theme-colour-black, #000)) !important;
}

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

.text-primary {
  color: var(--theme-brand-default, var(--theme-colour-blue, #0014ab)) !important;
}

.text-secondary {
  color: var(--theme-brand-secondary, var(--theme-colour-orange, #fa5f15)) !important;
}

.text-tertiary {
  color: var(--theme-brand-tertiary, var(--theme-colour-darkgrey, #1c1c1c)) !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.bg-black {
  background: #000;
}

.bg-white {
  background: #fff;
}

.bg-primary {
  background: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
}

.bg-secondary {
  background: var(--theme-brand-secondary, var(--theme-colour-orange, #fa5f15));
}

.bg-tertiary {
  background: var(--theme-brand-tertiary, var(--theme-colour-darkgrey, #1c1c1c));
}

.bg-grey {
  background: var(--theme-colour-lightgrey, #f2f3fb);
}

.btn-custom.primary {
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1em);
  line-height: var(--theme-btn-font-size, 1em);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-secondary, var(--theme-colour-orange, #fa5f15)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-orange, #fa5f15)));
  border-radius: var(--theme-btn-border-radius, 5px);
  font-family: "Archivo", sans-serif;
  padding: var(--theme-btn-padding, 18px 20px);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-custom.primary::after {
  content: "";
  background: url("https://us.evocdn.io/dealer/1569/content/media/My_Theme/icons/arrow-right.svg") no-repeat center center;
  width: 12px;
  height: 12px;
  display: block;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease-in-out;
}
.btn-custom.primary:hover, .btn-custom.primary:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-brand-default, var(--theme-colour-blue, #0014ab)));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #0014ab)));
}
.btn-custom.primary:hover::after, .btn-custom.primary:focus-visible::after {
  transform: translateX(5px);
}
.btn-custom.primary:focus {
  outline: none;
}
.btn-custom.primary:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn-custom.primary.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.btn-custom.primary.btn-right-icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.btn-custom.primary.action-icon {
  font-size: 0;
  line-height: 0;
}
.btn-custom.primary.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.btn-custom.primary.action-link {
  text-align: center;
}
.btn-custom.primary.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}

.btn-custom.secondary {
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1em);
  line-height: var(--theme-btn-font-size, 1em);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-secondary, var(--theme-colour-orange, #fa5f15)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-orange, #fa5f15)));
  border-radius: var(--theme-btn-border-radius, 5px);
  font-family: "Archivo", sans-serif;
  padding: var(--theme-btn-padding, 18px 20px);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-custom.secondary::after {
  content: "";
  background: url("https://us.evocdn.io/dealer/1569/content/media/My_Theme/icons/arrow-right.svg") no-repeat center center;
  width: 12px;
  height: 12px;
  display: block;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease-in-out;
}
.btn-custom.secondary:hover, .btn-custom.secondary:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-brand-default, var(--theme-colour-blue, #0014ab)));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #0014ab)));
}
.btn-custom.secondary:hover::after, .btn-custom.secondary:focus-visible::after {
  transform: translateX(5px);
}
.btn-custom.secondary:focus {
  outline: none;
}
.btn-custom.secondary:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn-custom.secondary.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.btn-custom.secondary.btn-right-icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.btn-custom.secondary.action-icon {
  font-size: 0;
  line-height: 0;
}
.btn-custom.secondary.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.btn-custom.secondary.action-link {
  text-align: center;
}
.btn-custom.secondary.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
.btn-custom.secondary {
  color: var(--theme-btn-secondary-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-secondary-bg, var(--theme-brand-secondary, var(--theme-colour-orange, #fa5f15)));
  border: var(--theme-btn-secondary-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-orange, #fa5f15)));
}
.btn-custom.secondary:hover, .btn-custom.secondary:focus-visible {
  color: var(--theme-btn-secondary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-secondary-hover-bg, var(--theme-brand-default, var(--theme-colour-blue, #0014ab)));
  border: var(--theme-btn-secondary-hover-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #0014ab)));
}

.radio-group p {
  display: block;
  color: var(--theme-colour-darkgrey, #1c1c1c);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.radio-group label {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  margin-right: 60px;
  gap: 15px;
  color: var(--theme-colour-darkgrey, #1c1c1c);
  cursor: pointer;
}
.radio-group label input[type=radio] {
  display: none;
}
.radio-group label input[type=radio] + .custom-radio {
  position: relative;
  width: var(--theme-radio-width, 24px);
  height: var(--theme-radio-height, 24px);
  background-color: var(--theme-radio-bg, var(--theme-colour-lightgrey, #f2f3fb));
  border: var(--theme-radio-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #0014ab)));
  border-radius: var(--theme-radio-border-radius, 50%);
  cursor: pointer;
}
.radio-group label input[type=radio] + .custom-radio::after {
  content: "";
  width: var(--theme-radio-checked-width, 14px);
  height: var(--theme-radio-checked-height, 14px);
  background-color: var(--theme-radio-checked-bg, var(--theme-brand-default, var(--theme-colour-blue, #0014ab)));
  border-radius: var(--theme-radio-checked-border-radius, 50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
}
.radio-group label input[type=radio]:checked + .custom-radio::after {
  opacity: 1;
}

.checkbox-group p {
  display: block;
  color: var(--theme-colour-darkgrey, #1c1c1c);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.checkbox-group input[type=checkbox] {
  appearance: none;
  width: var(--theme-checkbox-width, 24px);
  height: var(--theme-checkbox-height, 24px);
  border: var(--theme-checkbox-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #0014ab)));
  border-radius: var(--theme-checkbox-border-radius, 4px);
  background-color: var(--theme-checkbox-bg, var(--theme-colour-lightgrey, #f2f3fb));
  cursor: pointer;
  position: relative;
  margin: 0 10px 0 0;
}
.checkbox-group input[type=checkbox]:checked {
  background-color: var(--theme-checkbox-checked-bg, var(--theme-brand-default, var(--theme-colour-blue, #0014ab)));
  border: var(--theme-checkbox-checked-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #0014ab)));
}
.checkbox-group input[type=checkbox]:checked::after {
  content: "\f00c";
  font-family: FontAwesome;
  color: var(--theme-colour-white, #fff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.checkbox-group input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(var(--theme-brand-default, var(--theme-colour-blue, #0014ab)), 0.5);
}
.checkbox-group .form-group {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.checkbox-group label {
  cursor: pointer;
  color: var(--theme-colour-darkgrey, #1c1c1c);
  margin: 0 60px 0 0;
  font-weight: 400;
}

.p-default {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-default {
    padding-top: calc(80px / 2);
    padding-bottom: calc(80px / 2);
  }
}

.p-top-default {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .p-top-default {
    padding-top: calc(80px / 2);
  }
}

.p-bot-default {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-bot-default {
    padding-bottom: calc(80px / 2);
  }
}

.m-default {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .m-default {
    margin-top: calc(80px / 2);
    margin-bottom: calc(80px / 2);
  }
}

.m-top-default {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .m-top-default {
    margin-top: calc(80px / 2);
  }
}

.m-bot-default {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .m-bot-default {
    margin-bottom: calc(80px / 2);
  }
}

.p-half {
  padding-top: calc(80px / 2);
  padding-bottom: calc(80px / 2);
}
@media (max-width: 768px) {
  .p-half {
    padding-top: calc(calc(80px / 2) / 2);
    padding-bottom: calc(calc(80px / 2) / 2);
  }
}

.p-top-half {
  padding-top: calc(80px / 2);
}
@media (max-width: 768px) {
  .p-top-half {
    padding-top: calc(calc(80px / 2) / 2);
  }
}

.p-bot-half {
  padding-bottom: calc(80px / 2);
}
@media (max-width: 768px) {
  .p-bot-half {
    padding-bottom: calc(calc(80px / 2) / 2);
  }
}

.m-half {
  margin-top: calc(80px / 2);
  margin-bottom: calc(80px / 2);
}
@media (max-width: 768px) {
  .m-half {
    margin-top: calc(calc(80px / 2) / 2);
    margin-bottom: calc(calc(80px / 2) / 2);
  }
}

.m-top-half {
  margin-top: calc(80px / 2);
}
@media (max-width: 768px) {
  .m-top-half {
    margin-top: calc(calc(80px / 2) / 2);
  }
}

.m-bot-half {
  margin-bottom: calc(80px / 2);
}
@media (max-width: 768px) {
  .m-bot-half {
    margin-bottom: calc(calc(80px / 2) / 2);
  }
}

.row-align-items-start > .row,
.row-align-items-start [role=row-wrapper] > .row,
.row-align-items-center > .row,
.row-align-items-center [role=row-wrapper] > .row,
.row-align-items-end > .row,
.row-align-items-end [role=row-wrapper] > .row,
.row-align-items-stretch > .row,
.row-align-items-stretch [role=row-wrapper] > .row {
  display: flex;
  flex-wrap: wrap;
}
.zonetop .row-align-items-start > .row > * > *, .zonebottom .row-align-items-start > .row > * > *,
.zonetop .row-align-items-start [role=row-wrapper] > .row > * > *,
.zonebottom .row-align-items-start [role=row-wrapper] > .row > * > *,
.zonetop .row-align-items-center > .row > * > *,
.zonebottom .row-align-items-center > .row > * > *,
.zonetop .row-align-items-center [role=row-wrapper] > .row > * > *,
.zonebottom .row-align-items-center [role=row-wrapper] > .row > * > *,
.zonetop .row-align-items-end > .row > * > *,
.zonebottom .row-align-items-end > .row > * > *,
.zonetop .row-align-items-end [role=row-wrapper] > .row > * > *,
.zonebottom .row-align-items-end [role=row-wrapper] > .row > * > *,
.zonetop .row-align-items-stretch > .row > * > *,
.zonebottom .row-align-items-stretch > .row > * > *,
.zonetop .row-align-items-stretch [role=row-wrapper] > .row > * > *,
.zonebottom .row-align-items-stretch [role=row-wrapper] > .row > * > * {
  height: 100%;
}

.row-align-items-start > .row,
.row-align-items-start [role=row-wrapper] > .row {
  align-items: flex-start;
}

.row-align-items-center > .row,
.row-align-items-center [role=row-wrapper] > .row {
  align-items: center;
}

.row-align-items-end > .row,
.row-align-items-end [role=row-wrapper] > .row {
  align-items: flex-end;
}

.row-align-items-stretch > .row,
.row-align-items-stretch [role=row-wrapper] > .row {
  align-items: stretch;
}

.r-gx-0 > .row,
.r-gx-0 [role=row-wrapper] > .row {
  --bs-gutter-x: 0 !important;
}

.r-gy-0 > .row,
.r-gy-0 [role=row-wrapper] > .row {
  --bs-gutter-y: 0 !important;
}

.bg-parallax {
  background-attachment: fixed;
}
.bg-parallax::before {
  background-attachment: fixed;
}

[class*=bg-img] {
  position: relative;
}
[class*=bg-img]::before {
  content: "";
  z-index: -1;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-img1::before {
  background-image: url("https://picsum.photos/1920");
}

[class*=bg-blurred] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
[class*=bg-blurred]::before {
  filter: blur(5px);
  transform: scale(1.05);
}
[class*=bg-blurred]::after {
  content: "";
  opacity: 0.8;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-blurred2::after {
  background-color: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
}

@media only screen and (max-width: 991px) {
  .flex-col-sm {
    flex-direction: column;
  }
  .flex-col-sm > div {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .flex-col-xs {
    flex-direction: column;
  }
  .flex-col-xs > div {
    width: 100%;
  }
  .p-top-default {
    padding-top: calc(80px / 2);
  }
  .p-bot-default {
    padding-bottom: calc(80px / 2);
  }
  .m-top-default {
    margin-top: calc(80px / 2);
  }
  .m-bot-default {
    margin-bottom: calc(80px / 2);
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* stylelint-disable max-nesting-depth */
/* stylelint-disable no-duplicate-selectors */
header .header-mobile .header-right a {
  color: var(--theme-text-col, var(--theme-colour-black, #000));
}
header .header-mobile .cd-dropdown-trigger-mobile i {
  color: var(--theme-text-col, var(--theme-colour-black, #000));
}

.header-full .vertical-align {
  justify-content: space-between;
}
.header-full .vertical-align::before, .header-full .vertical-align::after {
  display: none;
}
.header-full .vertical-align > div {
  width: auto;
}

.headersection-1 {
  background: var(--theme-colour-black, #000);
  padding-top: 6px;
  padding-bottom: 6px;
}
.headersection-1 .vertical-align {
  justify-content: flex-start;
}
.headersection-1 .htmlcontent_container {
  position: relative;
}
.headersection-1 .htmlcontent_container::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 12px;
  background: var(--theme-colour-white, #fff);
}
.headersection-1 .htmlcontent_container a {
  color: var(--theme-colour-white, #fff);
  font-size: 0.875em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.headersection-1 .htmlcontent_container a:hover, .headersection-1 .htmlcontent_container a:focus-visible {
  color: var(--theme-brand-secondary, var(--theme-colour-orange, #fa5f15));
}
.headersection-1 .nSocial i::before {
  filter: brightness(0) invert(1);
}
.headersection-1 .nSocial a:hover i::before,
.headersection-1 .nSocial a:focus-visible i::before {
  filter: var(--theme-filter-secondary, brightness(0) saturate(100%) invert(44%) sepia(56%) saturate(3774%) hue-rotate(353deg) brightness(103%) contrast(96%));
}

.headersection-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.headersection-2 .vertical-align {
  align-items: flex-start;
}

header .header-full .logo {
  margin: 0;
}
header .header-full .logo:focus-visible {
  outline: 2px solid var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
}
header .header-full .logo img {
  width: 292px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin-top: 10px;
}

header .header-full .widgetsearch.search {
  margin: 0;
}

.header-full .search_container {
  flex-grow: 1;
  max-width: 757px;
  margin-left: auto;
}
.header-full .search_container section.search {
  padding: 0;
}
.header-full .search_container section.search .search-form .form-group input {
  height: 56px;
  border-radius: 5px;
  background-color: #f2f3fb;
  border-color: transparent;
  border-width: 3px;
}
.header-full .search_container section.search .search-form .form-group input:focus {
  border-color: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
}
.header-full .search_container section.search .search-form button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  right: 0;
  width: 56px;
}
.header-full .search_container section.search .search-form button[type=submit] i.fa-search::before {
  content: url("https://us.evocdn.io/dealer/1569/content/media/My_Theme/icons/search.svg");
  width: 24px;
  height: 24px;
  display: block;
}
.header-full .search-bar-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(10px, 2vw, 40px);
  padding: 8px 0 0;
}
.header-full .search-bar-links > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--theme-text-col, var(--theme-colour-black, #000));
}
.header-full .search-bar-links > a:hover, .header-full .search-bar-links > a:focus-visible {
  color: var(--theme-brand-secondary, var(--theme-colour-orange, #fa5f15));
}
.header-full .search-bar-links > a:hover svg,
.header-full .search-bar-links > a:hover img, .header-full .search-bar-links > a:focus-visible svg,
.header-full .search-bar-links > a:focus-visible img {
  filter: var(--theme-filter-secondary, brightness(0) saturate(100%) invert(44%) sepia(56%) saturate(3774%) hue-rotate(353deg) brightness(103%) contrast(96%));
}
.header-full .search-bar-links a {
  font-size: 0.875rem;
}
.header-full .search-bar-links .vuequicklistdropdown_elem > a {
  color: var(--theme-text-col, var(--theme-colour-black, #000));
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.header-full .search-bar-links .vuequicklistdropdown_elem > a:hover, .header-full .search-bar-links .vuequicklistdropdown_elem > a:focus-visible {
  color: var(--theme-brand-secondary, var(--theme-colour-orange, #fa5f15));
}
.header-full .search-bar-links .vuequicklistdropdown_elem > a:hover .fa-list-alt::before, .header-full .search-bar-links .vuequicklistdropdown_elem > a:focus-visible .fa-list-alt::before {
  filter: var(--theme-filter-secondary, brightness(0) saturate(100%) invert(44%) sepia(56%) saturate(3774%) hue-rotate(353deg) brightness(103%) contrast(96%));
}
.header-full .search-bar-links .vuequicklistdropdown_elem .fa-list-alt::before {
  content: url("https://us.evocdn.io/dealer/1569/content/media/My_Theme/icons/fi-rr-list.svg");
  width: 14px;
  height: 14px;
  display: block;
}

.toolbar {
  width: 56px;
  height: 56px;
  background: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
  border-radius: 5px;
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.toolbar:hover, .toolbar:focus-visible, .toolbar:focus-within, .toolbar:focus {
  background: var(--theme-brand-secondary, var(--theme-colour-orange, #fa5f15));
}

.shoppingtools_container a {
  margin: 0 !important;
}
.shoppingtools_container .account-btn {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shoppingtools_container .account-btn .user-icon {
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("https://us.evocdn.io/dealer/1569/content/media/My_Theme/icons/account.svg");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.shoppingtools_container .account-btn .user-icon::before {
  display: none;
}
.shoppingtools_container .account-btn > span {
  display: none;
}
.shoppingtools_container .dropdown-menu {
  top: 100%;
}

.toolbar .cart-btn {
  margin: 0;
  width: 100%;
  height: 100%;
}
.toolbar .cart-btn .cart-dropdown {
  top: 70px;
}
.toolbar .cart-btn .arrow_box::before, .toolbar .cart-btn .arrow_box::after {
  left: 95%;
}
.toolbar .cart-btn .minicart_total {
  display: none;
}
.toolbar .cart-btn > .btn {
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.toolbar .cart-btn > .btn a {
  color: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
}
.toolbar .cart-btn > .btn i {
  color: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
  margin: 0;
}
.toolbar .cart-btn > .btn i.fa-shopping-bag {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("https://us.evocdn.io/dealer/1569/content/media/My_Theme/icons/cart.svg");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.toolbar .cart-btn > .btn i.fa-shopping-bag::before {
  display: none;
}
.toolbar .cart-btn > .btn span.minicart_count {
  background: var(--theme-brand-secondary, var(--theme-colour-orange, #fa5f15));
  border-radius: 50%;
}
.toolbar .cart-btn:hover > .btn {
  background: transparent;
}

.menu .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu .catalog-block {
  background: var(--theme-colour-white, #fff);
  border-top: 2px solid var(--theme-border-col, var(--theme-colour-lightgrey, #f2f3fb));
}
.menu .cd-dropdown-trigger {
  color: var(--theme-text-col, var(--theme-colour-black, #000));
  padding: 5px 36px 5px 10px;
  font-weight: 300;
}
.menu .cd-dropdown-trigger:active, .menu .cd-dropdown-trigger:visited {
  color: var(--theme-text-col, var(--theme-colour-black, #000));
}
.menu .cd-dropdown-trigger::after, .menu .cd-dropdown-trigger::before {
  background: var(--theme-text-col, var(--theme-colour-black, #000));
}
.menu .cd-dropdown-trigger:hover, .menu .cd-dropdown-trigger:focus-visible, .menu .cd-dropdown-trigger:focus-within {
  background: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
}
.menu .cd-dropdown-trigger:hover::after, .menu .cd-dropdown-trigger:hover::before, .menu .cd-dropdown-trigger:focus-visible::after, .menu .cd-dropdown-trigger:focus-visible::before, .menu .cd-dropdown-trigger:focus-within::after, .menu .cd-dropdown-trigger:focus-within::before {
  background: var(--theme-colour-white, #fff);
}
.menu .cd-dropdown-content > li > a:hover, .menu .cd-dropdown-content > li > a:focus-visible {
  box-shadow: inset 2px 0 0 var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
  color: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
  font-weight: 600;
}
.menu .additional_links {
  flex: 1;
}
.menu .additional_linkslist {
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-left: clamp(20px, 8vw, 150px);
}
.menu .additional_linkslist li.menuitem {
  padding: 0;
}
.menu .additional_linkslist li.menuitem a {
  color: var(--theme-text-col, var(--theme-colour-black, #000));
  padding: 12px 6px;
  display: block;
  font-weight: 300;
}
.menu .additional_linkslist li.menuitem a:hover, .menu .additional_linkslist li.menuitem a:focus-visible {
  color: var(--theme-colour-white, #fff);
  background: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
}

.nSocial {
  display: flex;
  gap: 10px;
}
.nSocial a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nSocial i::before {
  width: 14px;
  height: 14px;
  display: block;
}
.nSocial .fa-facebook::before {
  content: url("https://us.evocdn.io/dealer/1569/content/media/My_Theme/icons/usp-fb.svg");
}
.nSocial .fa-linkedin::before {
  content: url("https://us.evocdn.io/dealer/1569/content/media/My_Theme/icons/usp-in.svg");
}

.title-decoration {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.title-decoration::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
}

/* Container for responsive video */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: shadow */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tick-points li {
  list-style: none;
  font-weight: 500;
}
.tick-points li::before {
  font-family: FontAwesome;
  content: "\f058";
  margin: 0 5px 0 -15px;
  color: #fd5f11;
}

/* stylelint-disable no-duplicate-selectors */
footer.footer {
  padding: 0;
  font-size: 1em;
}
.footersection-1 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.footersection-1 div[role=row-wrapper] > .row {
  gap: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .footersection-1 div[role=row-wrapper] > .row {
    gap: 15px;
  }
}
.footersection-1 div[role=row-wrapper] > .row > div {
  width: auto;
}
@media (max-width: 991px) {
  .footersection-1 div[role=row-wrapper] > .row > div {
    width: 100%;
  }
}
.footersection-1 div[role=row-wrapper] > .row::before, .footersection-1 div[role=row-wrapper] > .row::after {
  display: none;
}
@media (max-width: 991px) {
  .footersection-1 div[role=row-wrapper] > .row {
    flex-direction: column;
  }
}

.footersection-2 .container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.footersection-2 .container::before {
  content: "";
  position: absolute;
  height: 2px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  background-color: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
}
.footersection-2 div[role=row-wrapper] > .row {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footersection-2 div[role=row-wrapper] > .row > div {
  width: auto;
}
.footersection-2 div[role=row-wrapper] > .row::before, .footersection-2 div[role=row-wrapper] > .row::after {
  display: none;
}
@media (max-width: 991px) {
  .footersection-2 div[role=row-wrapper] > .row {
    flex-direction: column;
  }
}

footer.footer .copyright_container {
  font-size: 0.75em;
  font-weight: 300;
  margin-left: auto;
}
@media (max-width: 991px) {
  footer.footer .copyright_container {
    margin-left: 0;
    text-align: center;
  }
}
footer.footer .contentblock_container {
  font-size: 0.75em;
  padding: 0;
}
footer.footer .contentblock_container p span {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer.footer .contentblock_container p span a {
  text-decoration: underline;
}
footer.footer .contentblock_container p span a:hover, footer.footer .contentblock_container p span a:focus-visible {
  text-decoration: none;
}
footer.footer .nSocial a:hover i::before, footer.footer .nSocial a:focus-visible i::before {
  filter: var(--theme-filter-secondary, brightness(0) saturate(100%) invert(44%) sepia(56%) saturate(3774%) hue-rotate(353deg) brightness(103%) contrast(96%));
}

footer.footer .htmlcontent_container {
  margin-right: auto;
  flex: 1;
  max-width: 550px;
}

footer.footer .quicklinks .title {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
  margin: 0 0 12px;
}
footer.footer .quicklinks ul {
  font-size: 1em;
}
footer.footer .quicklinks ul li {
  margin: 0 0 15px;
}
footer.footer .quicklinks ul li:last-child {
  margin: 0;
}
footer.footer .quicklinks ul li a {
  width: 100%;
  font-size: 0.875em;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.footer .quicklinks ul li a:hover, footer.footer .quicklinks ul li a:focus-visible {
  color: var(--theme-text-col, var(--theme-colour-black, #000));
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  footer.footer .foot-menu {
    padding-top: 0;
  }
  footer.footer .foot-menu .title {
    cursor: pointer;
    margin: 0 !important;
    background: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
    padding: 20px;
    color: #fff;
  }
  footer.footer .foot-menu .title::after {
    content: "+";
    float: right;
  }
  footer.footer .foot-menu ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out;
    padding: 0;
    margin: 0;
  }
  footer.footer .foot-menu ul li {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
  }
  footer.footer .foot-menu ul li a {
    display: block;
    margin: 10px 0;
    padding: 20px;
    border: 1px solid #fff;
    font-size: 16px;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer.footer .foot-menu.open h4::after {
    content: "-";
  }
  footer.footer .foot-menu.open ul {
    height: auto;
    max-height: 500px;
    transition: max-height 1s ease-in-out !important;
  }
}
.accordion-tab + .accordion-tab {
  border-top: 1px solid var(--theme-text-col, var(--theme-colour-black, #000));
  padding-top: 20px;
  margin-top: 25px;
}
.accordion-tab[data-title=""] {
  display: none;
  visibility: hidden;
}
.accordion-title {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  transition: color 0.35s, margin-bottom 0.35s;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.accordion-title::after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  top: calc(50% - 6px);
  font-size: 12px;
  right: 10px;
}
.accordion-title.nActive, .accordion-title:hover, .accordion-title:focus {
  color: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
}
.accordion-title.nActive {
  margin-bottom: 25px;
}
.accordion-title.nActive::after {
  content: "\f077";
}
.accordion-title.nActive + .accordion-panel {
  grid-template-rows: 1fr;
}

.accordion-panel {
  transition: grid-template-rows 0.35s;
  display: grid;
  grid-template-rows: 0fr;
}
.accordion-panel .inner {
  overflow: hidden;
}

.module-accordion.theme-dark {
  color: #fff;
}
.module-accordion.theme-dark h2,
.module-accordion.theme-dark h3,
.module-accordion.theme-dark p {
  color: #fff;
}
.module-accordion.theme-dark .accordion-tab {
  border-color: #fff;
}

.hero-splide-slider .splide__slide {
  position: relative;
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-splide-slider .splide__slide > img {
  object-fit: cover;
  filter: brightness(0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-splide-slider .splide__slide .container {
  position: relative;
  display: flex;
  align-items: center;
}
.hero-splide-slider .splide__slide .container[data-align=left] {
  justify-content: flex-start;
}
.hero-splide-slider .splide__slide .container[data-align=right] {
  justify-content: flex-end;
  text-align: right;
}
.hero-splide-slider .splide__slide .container[data-align=right] .btn-custom {
  margin-left: auto;
}
.hero-splide-slider .splide__slide .container .hero-slider__content {
  max-width: 510px;
}
.hero-splide-slider .splide__slide .container .hero-slider__content h2,
.hero-splide-slider .splide__slide .container .hero-slider__content p {
  color: var(--theme-colour-white, #fff);
}
.hero-splide-slider .splide__slide .container .hero-slider__content h2 {
  margin: 0 0 25px;
  font-size: 3em;
}
.hero-splide-slider .splide__slide .container .hero-slider__content p {
  margin: 0 0 25px;
}
.hero-splide-slider .splide__pagination {
  bottom: 40px;
}
.hero-splide-slider .splide__pagination__page {
  background: transparent;
  border: 1px solid var(--theme-colour-white, #fff);
  border-radius: 0;
  width: 10px;
  height: 10px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.hero-splide-slider .splide__pagination__page.is-active {
  background: var(--theme-colour-white, #fff);
  width: 20px;
  transform: none;
}

.category-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3px;
}

.category-card {
  position: relative;
  height: 340px;
  overflow: hidden;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1370px) {
  .category-card {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .category-card {
    width: 100%;
  }
}
.category-card > img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.category-card::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  transition: backdrop-filter 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.category-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: fit-content;
  padding: 30px;
  width: fit-content;
}
.category-card__title,
.category-card a {
  color: #fff;
}
.category-card ul {
  font-size: 0;
  transition: all 0.3s ease-in-out;
}
.category-card .btn-custom {
  font-size: 0;
  padding: 0;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.category-card .btn-custom::after {
  height: 0;
  opacity: 0;
}
.category-card__title {
  margin: 0;
  font-size: 2.5em;
  text-transform: uppercase;
}
.category-card__categories li {
  border: 0 !important;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.category-card__categories a {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  display: flex;
  gap: 10px;
}
.category-card__categories a::after {
  content: "";
  background: url("https://us.evocdn.io/dealer/1569/content/media/My_Theme/icons/arrow-right.svg") no-repeat center center;
  width: 12px;
  display: block;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease-in-out;
  opacity: 0;
  height: 0;
}
.category-card__categories a:hover::after, .category-card__categories a:focus-visible::after {
  opacity: 1;
  height: auto;
}
.category-card:hover::after, .category-card:focus-visible::after, .category-card:focus-within::after {
  backdrop-filter: blur(10px);
}
.category-card:hover .category-card__description,
.category-card:hover ul, .category-card:focus-visible .category-card__description,
.category-card:focus-visible ul, .category-card:focus-within .category-card__description,
.category-card:focus-within ul {
  font-size: 1rem;
}
.category-card:hover .category-card__description li,
.category-card:hover ul li, .category-card:focus-visible .category-card__description li,
.category-card:focus-visible ul li, .category-card:focus-within .category-card__description li,
.category-card:focus-within ul li {
  margin: 5px 0;
}
.category-card:hover .category-card__title, .category-card:focus-visible .category-card__title, .category-card:focus-within .category-card__title {
  margin: 0 0 15px;
}
.category-card:hover .btn-custom, .category-card:focus-visible .btn-custom, .category-card:focus-within .btn-custom {
  font-size: 1rem;
  padding: 16px 32px;
  margin-top: 15px;
  border: 1px solid transparent;
}
.category-card:hover .btn-custom::after, .category-card:focus-visible .btn-custom::after, .category-card:focus-within .btn-custom::after {
  height: 12px;
  opacity: 1;
}

.tabbed-services {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .tabbed-services {
    flex-direction: column;
    gap: 20px;
  }
}
.tabbed-services__container {
  width: 50%;
}
@media (max-width: 991px) {
  .tabbed-services__container {
    width: 100%;
  }
}
.tabbed-services__container h1 {
  font-size: 1em;
  text-transform: uppercase;
  color: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
  font-weight: 500;
  margin: 0 0 32px;
}
.tabbed-services__container h2 {
  font-size: 2em;
  font-weight: 500;
  margin: 0 0 32px;
}
.tabbed-services__navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 991px) {
  .tabbed-services__navigation {
    display: none;
  }
}
.tabbed-services__navigation__item {
  flex: 1 1 250px;
  border: 0;
  background: none;
  padding: 16px 24px;
  text-align: left;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}
.tabbed-services__navigation__item::after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-border-col, var(--theme-colour-lightgrey, #f2f3fb));
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.tabbed-services__navigation__item.active {
  color: var(--theme-brand-secondary, var(--theme-colour-orange, #fa5f15));
}
.tabbed-services__navigation__item.active::after {
  top: 0;
}
.tabbed-services__navigation__item:hover::after, .tabbed-services__navigation__item:focus-visible::after {
  top: 0;
}
.tabbed-services__navigation__mobile {
  display: none;
}
@media (max-width: 991px) {
  .tabbed-services__navigation__mobile {
    display: block;
  }
}
.tabbed-services__navigation__mobile .splide__slide {
  flex: none;
  text-align: center;
  cursor: default;
}
.tabbed-services__navigation__mobile .splide__arrow--prev {
  left: 0;
}
.tabbed-services__navigation__mobile .splide__arrow--next {
  right: 0;
}
.tabbed-services__service {
  width: 44%;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .tabbed-services__service {
    width: 100%;
  }
}
.tabbed-services__service .splide {
  width: 100%;
}
.tabbed-services__service__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tabbed-services__service__item > img {
  object-fit: cover;
  filter: blur(2.5px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tabbed-services__service__content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 60px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.15);
}
.tabbed-services__service__content h3,
.tabbed-services__service__content p {
  color: var(--theme-colour-white, #fff);
}
.tabbed-services__service__content h3 {
  font-size: 2em;
  font-weight: 500;
  margin: 0 0 24px;
}
.tabbed-services__service__content p {
  font-size: 0.875em;
  font-weight: 600;
  margin: 0;
}
.tabbed-services__service__content .btn-custom {
  margin-top: 24px;
}

.home-brands .catalog-single {
  margin: 0;
  padding: 0;
}
.home-brands h3 {
  margin: 0 auto 10px;
  max-width: 1450px;
  font-size: 2em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .home-brands h3 {
    text-align: center !important;
  }
}
.home-brands .griditems {
  max-width: 95vw;
  margin: 0 auto;
}
.home-brands .griditems .tileparent {
  width: 16.6666666667% !important;
}
@media (max-width: 768px) {
  .home-brands .griditems .tileparent {
    width: 33.3333333333% !important;
  }
}
.home-brands .griditems .imgthumbnail {
  height: 100px;
}
.home-brands .griditems .imgthumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.3s ease-in-out;
}
.home-brands .griditems a:hover img, .home-brands .griditems a:focus-visible img {
  transform: scale(1.1);
}

.three-box-grid .container {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 46px;
}
@media (max-width: 991px) {
  .three-box-grid .container {
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
  }
}
.three-box-grid .container::before, .three-box-grid .container::after {
  display: none;
}
.three-box-grid__item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .three-box-grid__item {
    grid-column: 1/19;
    grid-row: 1/2;
  }
}
.three-box-grid__item:nth-child(1) {
  grid-column: 1/11;
  grid-row: 1/2;
}
@media (max-width: 991px) {
  .three-box-grid__item:nth-child(1) {
    grid-column: 1/19;
    grid-row: 1/2;
  }
}
.three-box-grid__item:nth-child(2) {
  grid-column: 1/11;
  grid-row: 2/3;
}
@media (max-width: 991px) {
  .three-box-grid__item:nth-child(2) {
    grid-column: 1/19;
    grid-row: 2/3;
  }
}
.three-box-grid__item:nth-child(3) {
  grid-column: 11/19;
  grid-row: 1/3;
}
@media (max-width: 991px) {
  .three-box-grid__item:nth-child(3) {
    grid-column: 1/19;
    grid-row: 3/4;
  }
}
.three-box-grid__item > img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.three-box-grid__item::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.81) 75%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.three-box-grid__item__icon {
  position: absolute;
  top: 32px;
  right: 32px;
  transition: all 0.3s ease-in-out;
}
.three-box-grid__item__icon img {
  filter: var(--theme-filter-secondary, brightness(0) saturate(100%) invert(44%) sepia(56%) saturate(3774%) hue-rotate(353deg) brightness(103%) contrast(96%));
}
.three-box-grid__item__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 32px 52px;
  max-width: 590px;
  min-height: 310px;
  z-index: 1;
}
.three-box-grid__item__content h2,
.three-box-grid__item__content h3,
.three-box-grid__item__content p {
  color: var(--theme-colour-white, #fff);
}
.three-box-grid__item__content h2 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px 0 16px;
}
.three-box-grid__item__content h2::before {
  background-color: var(--theme-colour-white, #fff);
}
.three-box-grid__item__content h3 {
  line-height: 0;
  opacity: 0;
  font-size: 2.5em;
  font-weight: 500;
  margin: 0;
  transition: 0.35s ease;
}
.three-box-grid__item__content p {
  line-height: 0;
  opacity: 0;
  margin: 0;
  transition: 0.35s ease;
}
.three-box-grid__item:hover .three-box-grid__item__icon, .three-box-grid__item:focus-within .three-box-grid__item__icon, .three-box-grid__item:focus-visible .three-box-grid__item__icon {
  top: 15px;
  right: 15px;
}
.three-box-grid__item:hover .three-box-grid__item__content h3, .three-box-grid__item:focus-within .three-box-grid__item__content h3, .three-box-grid__item:focus-visible .three-box-grid__item__content h3 {
  line-height: 1;
  opacity: 1;
  margin: 0 0 16px;
}
.three-box-grid__item:hover .three-box-grid__item__content p, .three-box-grid__item:focus-within .three-box-grid__item__content p, .three-box-grid__item:focus-visible .three-box-grid__item__content p {
  line-height: 1;
  opacity: 1;
  margin: 0 0 24px;
}

.locations-section h1 {
  margin: 0 0 32px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
}
.locations-section h2 {
  margin: 0;
  font-size: 2em;
  font-weight: 500;
}
.locations-section__grid {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2vw, 46px);
}
.locations-section__item {
  flex: 1 1 250px;
  height: 560px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.locations-section__item__content {
  position: relative;
  padding: 32px 52px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -9.13%, rgba(255, 255, 255, 0.89) 13.64%);
}
.locations-section__item__content h3 {
  margin: 0 0 16px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
}
.locations-section__item__content h2 {
  font-size: 2.5em;
  font-weight: 500;
  margin: 0 0 16px;
}
.locations-section__item__content li {
  font-weight: 300;
  font-size: 1.125em;
  margin: 10px 0;
}
.locations-section__item__content .btn-custom {
  height: 0;
  font-size: 0;
  padding: 0;
  border-width: 0;
  transition: all 0.3s ease;
}
.locations-section__item:hover .btn-custom, .locations-section__item:focus-visible .btn-custom, .locations-section__item:focus-within .btn-custom {
  height: auto;
  font-size: 1em;
  padding: 16px 32px;
  border-width: 1px;
  margin-top: 20px;
}
.locations-section__map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.testimonials h1 {
  margin: 0 0 32px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
}
.testimonials h2 {
  margin: 0;
  font-size: 2em;
  font-weight: 500;
  max-width: 750px;
}
.testimonials .splide__slide.is-visible + :not(:has(+ .is-visible)) {
  opacity: 0.5;
}
.testimonials .splide__arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding-right: 14vw;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .testimonials .splide__arrows {
    margin-bottom: 46px;
    margin-top: -90px;
  }
}
@media (max-width: 1300px) {
  .testimonials .splide__arrows {
    padding-right: 30px;
  }
}
.testimonials .splide__arrow {
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  transform: none;
  width: 48px;
  height: 48px;
  background: var(--theme-brand-secondary, var(--theme-colour-orange, #fa5f15));
  opacity: 1;
}
.testimonials .splide__arrow img {
  filter: brightness(0) invert(1);
}
.testimonials__inner {
  margin-left: 13vw;
}
@media (max-width: 1300px) {
  .testimonials__inner {
    margin: 0 15px;
  }
}
.testimonials__slider {
  margin-top: 46px;
}
.testimonials__item {
  background: var(--theme-colour-lightgrey, #f2f3fb);
  padding: 32px;
  border-radius: 8px;
}
.testimonials__item__rating {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 36px;
}
.testimonials__item__rating img {
  filter: var(--theme-filter-primary, brightness(0) saturate(100%) invert(16%) sepia(72%) saturate(4445%) hue-rotate(233deg) brightness(68%) contrast(129%));
}
.testimonials__item__text p {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
.testimonials__item__person {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.testimonials__item__image {
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
}
.testimonials__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials__item__info {
  display: flex;
  flex-direction: column;
}
.testimonials__item__name {
  font-weight: 600;
  font-size: 1.125em;
}
.testimonials__item__company {
  font-weight: 300;
  font-size: 0.875em;
}

.newsletter-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .newsletter-section {
    padding: 40px 15px;
  }
}
.newsletter-section > img {
  object-fit: cover;
  filter: brightness(0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.newsletter-section__inner {
  position: relative;
  max-width: 670px;
  margin: 0 auto;
}
.newsletter-section__inner h1,
.newsletter-section__inner h2 {
  color: var(--theme-colour-white, #fff);
}
.newsletter-section__inner h1 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 20px;
}
.newsletter-section__inner h1::before {
  background: var(--theme-colour-white, #fff);
}
.newsletter-section__inner h2 {
  font-size: 2em;
  font-weight: 500;
  margin: 0 0 32px;
}
.newsletter-section .ctct-form-embed .ctct-form-custom .ctct-form-label,
.newsletter-section .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text {
  color: var(--theme-colour-white, #fff) !important;
}
.newsletter-section .ctct-form-embed.form_0 .ctct-form-defaults {
  background-color: transparent;
  padding: 0;
}
.newsletter-section .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link {
  color: var(--theme-brand-secondary, var(--theme-colour-orange, #fa5f15));
}
.newsletter-section div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  border-radius: 8px;
}
.newsletter-section .ctct-form-custom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
}
.newsletter-section .ctct-form-field {
  flex: 1;
  order: 1;
}
.newsletter-section div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
  order: 2;
  width: 135px;
  margin: 0;
}
@media (max-width: 768px) {
  .newsletter-section div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
    width: 100%;
    margin-bottom: 20px;
  }
}
.newsletter-section #gdpr_text {
  order: 3;
  width: 100%;
}
.newsletter-section .g-recaptcha {
  order: 4;
  width: 100%;
}

.footer-dealer-details > img {
  margin-bottom: 60px;
}
.footer-dealer-details__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-dealer-details__item h3 {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--theme-brand-default, var(--theme-colour-blue, #0014ab));
}
.footer-dealer-details__item li {
  font-size: 0.75em;
  font-weight: 300;
  color: var(--theme-text-col, var(--theme-colour-black, #000));
  max-width: 185px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
}
.footer-dealer-details__item li img {
  width: 16px;
}
.footer-dealer-details__item a:hover, .footer-dealer-details__item a:focus-visible {
  text-decoration: underline;
}

footer ul:not(.hasSubmenus, .submenu) li {
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  text-align: left;
}

.content-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.content-hero > img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content-hero::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content-hero .container {
  position: relative;
  z-index: 1;
}
.content-hero h1,
.content-hero p {
  color: var(--theme-colour-white, #fff);
  text-align: center;
}
.content-hero h1 {
  font-size: 2.5em;
  margin: 0 0 32px;
}
.content-hero p {
  font-size: 1.25em;
  margin: 0 0 32px;
  font-weight: 500;
}
.content-hero__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

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