.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-8dec01e */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700&display=swap");


/* =========================================================
   DURA ULTIMA — PREMIUM INDUSTRIAL FOOTER
========================================================= */

#du-premium-footer,
#du-premium-footer * {
  box-sizing: border-box;
}


#du-premium-footer {

  --dufooter-primary: #da252c;
  --dufooter-hover: #b71e24;

  --dufooter-dark: #111111;
  --dufooter-secondary: #1a1a1a;

  --dufooter-white: #ffffff;

  --dufooter-muted:
    rgba(255, 255, 255, 0.52);

  --dufooter-border:
    rgba(255, 255, 255, 0.12);

  --dufooter-bg-y: 0px;

  --dufooter-ease:
    cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;
  isolation: isolate;

  width: 100%;

  overflow: hidden;

  padding: 0;

  background:
    var(--dufooter-dark);

  color:
    var(--dufooter-white);

  font-family:
    "Inter",
    sans-serif;
}


#du-premium-footer a {

  color: inherit;

  text-decoration: none;

}


#du-premium-footer img,
#du-premium-footer svg {

  display: block;

}



/* =========================================================
   CONTAINER
========================================================= */

.dufooter__container {

  position: relative;

  z-index: 3;

  width:
    min(
      calc(100% - 48px),
      1500px
    );

  margin: 0 auto;

}



/* =========================================================
   BACKGROUND
========================================================= */

.dufooter__background {

  position: absolute;

  inset: 0;

  z-index: 0;

  overflow: hidden;

  pointer-events: none;

}


.dufooter__background::before {

  position: absolute;

  inset: 0;

  background:

    radial-gradient(
      circle at 12% 35%,
      rgba(218, 37, 44, 0.13),
      transparent 31%
    ),

    radial-gradient(
      circle at 88% 68%,
      rgba(255, 255, 255, 0.035),
      transparent 31%
    );

  content: "";

}


.dufooter__grid {

  position: absolute;

  inset:
    -100px 0;

  opacity: 0.22;

  background-image:

    linear-gradient(
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),

    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    );

  background-size:
    88px 88px;

  transform:
    translateY(
      var(--dufooter-bg-y)
    );

  will-change:
    transform;

}


.dufooter__slats {

  position: absolute;

  top: 0;

  right: 0;

  width: 40%;

  height: 100%;

  opacity: 0.16;

  background:

    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 17px,
      rgba(255, 255, 255, 0.06) 17px,
      rgba(255, 255, 255, 0.06) 19px
    );

  mask-image:
    linear-gradient(
      90deg,
      transparent,
      #000 48%,
      #000
    );

  -webkit-mask-image:
    linear-gradient(
      90deg,
      transparent,
      #000 48%,
      #000
    );

}


.dufooter__beam {

  position: absolute;

  top: -45%;

  bottom: -45%;

  left: -30%;

  width: 17%;

  opacity: 0;

  background:

    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.075),
      transparent
    );

  filter:
    blur(18px);

  transform:
    skewX(-18deg);

}


.dufooter.is-in-view
.dufooter__beam {

  animation:
    dufooterBeam
    10s
    ease-in-out
    infinite;

}


@keyframes dufooterBeam {

  0% {
    left: -30%;
    opacity: 0;
  }

  18% {
    opacity: 0.8;
  }

  72% {
    opacity: 0.2;
  }

  100% {
    left: 115%;
    opacity: 0;
  }

}


.dufooter__watermark {

  position: absolute;

  right: -80px;

  bottom: 56px;

  color:
    rgba(255, 255, 255, 0.022);

  font-family:
    "Poppins",
    sans-serif;

  font-size:
    clamp(
      100px,
      13vw,
      210px
    );

  font-weight: 700;

  letter-spacing: -10px;

  line-height: 0.8;

  white-space: nowrap;

  transform:
    translateY(
      var(--dufooter-bg-y)
    );

}


.dufooter__technical-line {

  position: absolute;

  width: 1px;

  height: 540px;

  background:

    linear-gradient(
      transparent,
      rgba(218, 37, 44, 0.48),
      transparent
    );

  transform:
    rotate(31deg);

}


.dufooter__technical-line--one {

  top: -55px;

  left: 9%;

}


.dufooter__technical-line--two {

  top: 70px;

  left: 14%;

  opacity: 0.36;

}



/* =========================================================
   TOP TRUST RAIL
========================================================= */

.dufooter__top-rail {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 35px;

  min-height: 78px;

  border-bottom:
    1px solid
    var(--dufooter-border);

}


.dufooter__top-label {

  display: flex;

  align-items: center;

  gap: 11px;

  color:
    rgba(255, 255, 255, 0.58);

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 1.4px;

  text-transform: uppercase;

}


.dufooter__status-dot {

  width: 7px;

  height: 7px;

  flex: 0 0 auto;

  border-radius: 50%;

  background:
    var(--dufooter-primary);

  box-shadow:
    0 0 14px
    rgba(218, 37, 44, 0.8);

}


.dufooter.is-in-view
.dufooter__status-dot {

  animation:
    dufooterStatusPulse
    2.1s
    ease-in-out
    infinite;

}


@keyframes dufooterStatusPulse {

  0%,
  100% {

    opacity: 0.45;

    transform:
      scale(0.82);

  }

  50% {

    opacity: 1;

    transform:
      scale(1.25);

  }

}


.dufooter__top-sectors {

  display: flex;

  align-items: center;

}


.dufooter__top-sectors span {

  padding:
    0 21px;

  color:
    rgba(255, 255, 255, 0.32);

  font-size: 7px;

  font-weight: 600;

  letter-spacing: 1.2px;

  text-transform: uppercase;

}


.dufooter__top-sectors span:not(:last-child) {

  border-right:
    1px solid
    var(--dufooter-border);

}



/* =========================================================
   FOUR COLUMN GRID
========================================================= */

.dufooter__grid-layout {

  display: grid;

  grid-template-columns:
    minmax(320px, 1.3fr)
    minmax(190px, 0.75fr)
    minmax(180px, 0.65fr)
    minmax(290px, 1fr);

  gap:
    clamp(
      42px,
      5vw,
      82px
    );

  padding:
    82px 0 74px;

}


.dufooter__column {

  min-width: 0;

}



/* =========================================================
   BRAND
========================================================= */

.dufooter__column--brand {

  padding-right: 12px;

}


.dufooter__logo {

  display: inline-flex;

  align-items: center;

  min-height: 76px;

}


.dufooter__logo img {

  width: auto;

  max-width: 205px;

  height: 76px;

  object-fit: contain;

  object-position: left center;

  filter:
    brightness(0)
    invert(1);

  transition:
    opacity 300ms ease,
    transform 450ms
    var(--dufooter-ease);

}


.dufooter__logo:hover img {

  opacity: 0.88;

  transform:
    translateY(-3px);

}


.dufooter__brand-copy {

  max-width: 470px;

  margin:
    27px 0 0;

  color:
    var(--dufooter-muted);

  font-size: 12px;

  line-height: 1.85;

}



/* =========================================================
   SOCIALS
========================================================= */

.dufooter__socials {

  display: flex;

  align-items: center;

  gap: 9px;

  margin-top: 30px;

}


.dufooter__socials a {

  position: relative;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 43px;

  height: 43px;

  overflow: hidden;

  border:
    1px solid
    var(--dufooter-border);

  color:
    rgba(255, 255, 255, 0.66);

  transition:
    color 280ms ease,
    border-color 280ms ease,
    background-color 280ms ease,
    box-shadow 280ms ease,
    transform 280ms
    var(--dufooter-ease);

}


.dufooter__socials a::before {

  position: absolute;

  inset: 100% 0 0;

  background:
    var(--dufooter-primary);

  content: "";

  transition:
    inset 400ms
    var(--dufooter-ease);

}


.dufooter__socials a:hover {

  border-color:
    var(--dufooter-primary);

  color:
    var(--dufooter-white);

  box-shadow:
    0 13px 28px
    rgba(218, 37, 44, 0.18);

  transform:
    translateY(-4px);

}


.dufooter__socials a:hover::before {

  inset: 0;

}


.dufooter__socials svg {

  position: relative;

  z-index: 2;

  width: 19px;

  height: 19px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.65;

  stroke-linecap: round;

  stroke-linejoin: round;

}



/* =========================================================
   COLUMN HEADINGS
========================================================= */

.dufooter__column-heading {

  display: flex;

  align-items: center;

  gap: 12px;

  min-height: 76px;

  padding-bottom: 19px;

  border-bottom:
    1px solid
    var(--dufooter-border);

}


.dufooter__column-heading span {

  color:
    var(--dufooter-primary);

  font-family:
    "Poppins",
    sans-serif;

  font-size: 8px;

  font-weight: 700;

}


.dufooter__column-heading h2 {

  margin: 0;

  color:
    var(--dufooter-white);

  font-family:
    "Poppins",
    sans-serif;

  font-size: 16px;

  font-weight: 600;

  letter-spacing: -0.35px;

}



/* =========================================================
   LINKS
========================================================= */

.dufooter__links {

  margin:
    22px 0 0;

  padding: 0;

  list-style: none;

}


.dufooter__links li {

  border-bottom:
    1px solid
    rgba(255, 255, 255, 0.075);

}


.dufooter__links a {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 17px;

  min-height: 52px;

  color:
    rgba(255, 255, 255, 0.52);

  font-size: 11px;

  line-height: 1.45;

  transition:
    color 280ms ease,
    padding-left 400ms
    var(--dufooter-ease);

}


.dufooter__links a::before {

  position: absolute;

  top: 50%;

  left: 0;

  width: 0;

  height: 2px;

  background:
    var(--dufooter-primary);

  content: "";

  transform:
    translateY(-50%);

  transition:
    width 350ms
    var(--dufooter-ease);

}


.dufooter__links a:hover {

  padding-left: 18px;

  color:
    var(--dufooter-white);

}


.dufooter__links a:hover::before {

  width: 8px;

}


.dufooter__links svg {

  width: 15px;

  height: 15px;

  flex: 0 0 auto;

  opacity: 0;

  fill: none;

  stroke:
    var(--dufooter-primary);

  stroke-width: 1.8;

  stroke-linecap: round;

  stroke-linejoin: round;

  transform:
    translateX(-8px);

  transition:
    opacity 280ms ease,
    transform 350ms
    var(--dufooter-ease);

}


.dufooter__links a:hover svg {

  opacity: 1;

  transform:
    translateX(0);

}



/* =========================================================
   CONTACT
========================================================= */

.dufooter__contact-intro {

  margin:
    22px 0 0;

  color:
    var(--dufooter-muted);

  font-size: 11px;

  line-height: 1.75;

}


.dufooter__contact-list {

  display: grid;

  gap: 10px;

  margin-top: 24px;

}


.dufooter__contact-item {

  display: grid;

  grid-template-columns:
    auto
    minmax(0, 1fr);

  align-items: center;

  gap: 14px;

  min-height: 70px;

  padding: 12px 13px;

  border:
    1px solid
    var(--dufooter-border);

  background:
    rgba(255, 255, 255, 0.025);

  transition:
    border-color 300ms ease,
    background-color 300ms ease,
    box-shadow 350ms ease,
    transform 400ms
    var(--dufooter-ease);

}


.dufooter__contact-item:hover {

  border-color:
    rgba(218, 37, 44, 0.58);

  background:
    rgba(218, 37, 44, 0.07);

  box-shadow:
    0 16px 34px
    rgba(0, 0, 0, 0.24);

  transform:
    translateX(5px);

}


.dufooter__contact-icon {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 41px;

  height: 41px;

  border:
    1px solid
    rgba(218, 37, 44, 0.46);

  color:
    var(--dufooter-primary);

}


.dufooter__contact-icon svg {

  width: 19px;

  height: 19px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.55;

  stroke-linecap: round;

  stroke-linejoin: round;

}


.dufooter__contact-copy {

  min-width: 0;

}


.dufooter__contact-copy small {

  display: block;

  margin-bottom: 5px;

  color:
    rgba(255, 255, 255, 0.32);

  font-size: 7px;

  font-weight: 600;

  letter-spacing: 1.1px;

  text-transform: uppercase;

}


.dufooter__contact-copy strong {

  display: block;

  overflow-wrap: anywhere;

  color:
    rgba(255, 255, 255, 0.82);

  font-size: 10px;

  font-weight: 500;

  line-height: 1.4;

}



/* =========================================================
   QUOTE BUTTON
========================================================= */

.dufooter__quote-link {

  position: relative;

  display: inline-flex;

  align-items: center;

  justify-content: space-between;

  gap: 24px;

  width: 100%;

  min-height: 52px;

  margin-top: 16px;

  padding:
    0 18px;

  overflow: hidden;

  border:
    1px solid
    var(--dufooter-primary);

  background:
    var(--dufooter-primary);

  color:
    var(--dufooter-white) !important;

  font-size: 10px;

  font-weight: 600;

  transition:
    border-color 280ms ease,
    background-color 280ms ease,
    box-shadow 280ms ease,
    transform 280ms
    var(--dufooter-ease);

}


.dufooter__quote-link::before {

  position: absolute;

  top: -60%;

  bottom: -60%;

  left: -55%;

  width: 34%;

  background:

    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.23),
      transparent
    );

  content: "";

  transform:
    skewX(-20deg);

  transition:
    left 650ms
    var(--dufooter-ease);

}


.dufooter__quote-link span,
.dufooter__quote-link svg {

  position: relative;

  z-index: 2;

}


.dufooter__quote-link svg {

  width: 17px;

  height: 17px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.8;

  stroke-linecap: round;

  stroke-linejoin: round;

  transition:
    transform 280ms
    var(--dufooter-ease);

}


.dufooter__quote-link:hover {

  border-color:
    var(--dufooter-hover);

  background:
    var(--dufooter-hover);

  box-shadow:
    0 16px 34px
    rgba(218, 37, 44, 0.21);

  transform:
    translateY(-3px);

}


.dufooter__quote-link:hover::before {

  left: 125%;

}


.dufooter__quote-link:hover svg {

  transform:
    translateX(5px);

}



/* =========================================================
   BOTTOM BAR
========================================================= */

.dufooter__bottom {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 30px;

  min-height: 78px;

  border-top:
    1px solid
    var(--dufooter-border);

}



/* =========================================================
   BRAND IMPRINT
========================================================= */

.dufooter__credit {

  display: flex;

  align-items: center;

  gap: 14px;

}


.dufooter__imprint {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 42px;

  height: 42px;

  flex: 0 0 42px;

  opacity: 0.9;

  transition:
    opacity 300ms ease,
    transform 350ms
    var(--dufooter-ease);

}


.dufooter__imprint img {

  display: block;

  width: 38px;

  height: 38px;

  max-width: none;

  object-fit: contain;

  /*
    IMPORTANT:
    Do NOT convert the Brand Imprint logo
    to white or grayscale.
  */

  filter: none !important;

  opacity: 1 !important;

  visibility: visible !important;

  transition:
    transform 350ms
    var(--dufooter-ease);

}


.dufooter__imprint:hover {

  opacity: 1;

  transform:
    translateY(-2px);

}


.dufooter__imprint:hover img {

  transform:
    scale(1.06);

}


.dufooter__bottom p {

  margin: 0;

  color:
    rgba(255, 255, 255, 0.36);

  font-size: 9px;

  letter-spacing: 0.3px;

}


.dufooter__bottom p a {

  position: relative;

  color:
    rgba(255, 255, 255, 0.74);

  font-weight: 600;

}


.dufooter__bottom p a::after {

  position: absolute;

  right: 100%;

  bottom: -4px;

  left: 0;

  height: 1px;

  background:
    var(--dufooter-primary);

  content: "";

  transition:
    right 350ms
    var(--dufooter-ease);

}


.dufooter__bottom p a:hover {

  color:
    var(--dufooter-white);

}


.dufooter__bottom p a:hover::after {

  right: 0;

}



/* =========================================================
   BACK TO TOP
========================================================= */

#du-premium-footer
.dufooter__back-to-top {

  all: unset;

  box-sizing: border-box;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 13px;

  min-height: 42px;

  padding:
    0 15px;

  border:
    1px solid
    var(--dufooter-border);

  color:
    rgba(255, 255, 255, 0.55);

  font-family:
    "Inter",
    sans-serif;

  font-size: 8px;

  font-weight: 600;

  letter-spacing: 1px;

  text-transform: uppercase;

  cursor: pointer;

  transition:
    color 280ms ease,
    border-color 280ms ease,
    background-color 280ms ease,
    transform 280ms
    var(--dufooter-ease);

}


.dufooter__back-to-top svg {

  width: 16px;

  height: 16px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.8;

  stroke-linecap: round;

  stroke-linejoin: round;

  transition:
    transform 300ms
    var(--dufooter-ease);

}


.dufooter__back-to-top:hover {

  border-color:
    var(--dufooter-primary) !important;

  background:
    var(--dufooter-primary) !important;

  color:
    var(--dufooter-white) !important;

  transform:
    translateY(-3px);

}


.dufooter__back-to-top:hover svg {

  transform:
    translateY(-4px);

}


.dufooter__back-to-top:focus-visible,
.dufooter a:focus-visible {

  outline:
    2px solid
    var(--dufooter-primary);

  outline-offset: 4px;

}



/* =========================================================
   SECTION ENTRANCE ANIMATIONS
========================================================= */

.dufooter.dufooter--motion-ready:not(.is-entered)
.dufooter__top-rail {

  clip-path:
    inset(0 100% 0 0);

  transform:
    translateX(-38px);

}


.dufooter.dufooter--motion-ready.is-entered
.dufooter__top-rail {

  clip-path:
    inset(0);

  transform:
    translateX(0);

  transition:
    clip-path 950ms
    var(--dufooter-ease) 70ms,

    transform 950ms
    var(--dufooter-ease) 70ms;

}


.dufooter.dufooter--motion-ready:not(.is-entered)
.dufooter__column {

  opacity: 0;

  clip-path:
    inset(100% 0 0 0);

  transform:
    translateY(55px);

}


.dufooter.dufooter--motion-ready.is-entered
.dufooter__column {

  opacity: 1;

  clip-path:
    inset(0);

  transform:
    translateY(0);

  transition:
    opacity 550ms ease,

    clip-path 900ms
    var(--dufooter-ease),

    transform 900ms
    var(--dufooter-ease);

}


.dufooter.dufooter--motion-ready.is-entered
.dufooter__column:nth-child(1) {

  transition-delay:
    180ms;

}


.dufooter.dufooter--motion-ready.is-entered
.dufooter__column:nth-child(2) {

  transition-delay:
    310ms;

}


.dufooter.dufooter--motion-ready.is-entered
.dufooter__column:nth-child(3) {

  transition-delay:
    440ms;

}


.dufooter.dufooter--motion-ready.is-entered
.dufooter__column:nth-child(4) {

  transition-delay:
    570ms;

}


.dufooter.dufooter--motion-ready:not(.is-entered)
.dufooter__bottom {

  clip-path:
    inset(0 50% 0 50%);

  transform:
    translateY(25px);

}


.dufooter.dufooter--motion-ready.is-entered
.dufooter__bottom {

  clip-path:
    inset(0);

  transform:
    translateY(0);

  transition:
    clip-path 900ms
    var(--dufooter-ease) 720ms,

    transform 900ms
    var(--dufooter-ease) 720ms;

}



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1200px) {

  .dufooter__grid-layout {

    grid-template-columns:
      minmax(300px, 1.2fr)
      minmax(175px, 0.7fr)
      minmax(165px, 0.65fr)
      minmax(260px, 1fr);

    gap: 38px;

  }

}


@media (max-width: 1024px) {

  .dufooter__container {

    width:
      min(
        calc(100% - 40px),
        920px
      );

  }


  .dufooter__grid-layout {

    grid-template-columns:
      repeat(
        2,
        minmax(0, 1fr)
      );

    gap:
      55px 48px;

    padding:
      70px 0 65px;

  }


  .dufooter__column--brand {

    padding-right: 0;

  }


  .dufooter__brand-copy {

    max-width: 520px;

  }

}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .dufooter__container {

    width:
      min(
        calc(100% - 34px),
        680px
      );

  }


  .dufooter__watermark {

    display: none;

  }


  .dufooter__slats {

    width: 75%;

  }


  .dufooter__top-rail {

    align-items: flex-start;

    flex-direction: column;

    justify-content: center;

    gap: 13px;

    min-height: 104px;

    padding:
      19px 0;

  }


  .dufooter__top-sectors {

    width: 100%;

  }


  .dufooter__top-sectors span {

    flex: 1 1 0;

    padding:
      0 8px;

    text-align: center;

  }


  .dufooter__grid-layout {

    grid-template-columns: 1fr;

    gap: 0;

    padding:
      60px 0 55px;

  }


  .dufooter__column {

    padding:
      36px 0;

    border-bottom:
      1px solid
      var(--dufooter-border);

  }


  .dufooter__column:first-child {

    padding-top: 0;

  }


  .dufooter__column:last-child {

    padding-bottom: 0;

    border-bottom: 0;

  }


  .dufooter__logo img {

    max-width: 180px;

    height: 67px;

  }


  .dufooter__column-heading {

    min-height: auto;

    padding-bottom: 17px;

  }


  .dufooter__bottom {

    align-items: flex-start;

    flex-direction: column-reverse;

    justify-content: center;

    gap: 17px;

    min-height: 130px;

    padding:
      23px 0;

  }


  .dufooter__credit {

    width: 100%;

    display: flex;

    align-items: center;

    gap: 12px;

  }


  .dufooter__imprint {

    width: 40px;

    height: 40px;

    flex: 0 0 40px;

  }


  .dufooter__imprint img {

    width: 36px;

    height: 36px;

    max-width: none;

    filter: none !important;

    opacity: 1 !important;

    visibility: visible !important;

  }


  #du-premium-footer
  .dufooter__back-to-top {

    width: 100%;

    justify-content: space-between;

  }

}



/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  .dufooter__top-label {

    align-items: flex-start;

    line-height: 1.55;

  }


  .dufooter__top-sectors span {

    font-size: 6px;

  }


  .dufooter__contact-item {

    grid-template-columns: 1fr;

  }


  .dufooter__contact-copy strong {

    font-size: 9px;

  }


  .dufooter__imprint {

    width: 38px;

    height: 38px;

    flex: 0 0 38px;

  }


  .dufooter__imprint img {

    width: 34px;

    height: 34px;

    max-width: none;

    filter: none !important;

  }

}



/* =========================================================
   ELEMENTOR EDITOR SAFETY
========================================================= */

body.elementor-editor-active
#du-premium-footer,

body.elementor-editor-preview
#du-premium-footer,

.elementor-editor-active
#du-premium-footer,

.elementor-editor-preview
#du-premium-footer {

  --dufooter-bg-y:
    0px !important;

}


body.elementor-editor-active
#du-premium-footer *,

body.elementor-editor-preview
#du-premium-footer *,

.elementor-editor-active
#du-premium-footer *,

.elementor-editor-preview
#du-premium-footer * {

  opacity: 1 !important;

  clip-path: none !important;

  animation-play-state:
    paused !important;

  transform: none !important;

}



/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  #du-premium-footer,
  #du-premium-footer *,
  #du-premium-footer *::before,
  #du-premium-footer *::after {

    animation: none !important;

    transition-duration:
      0.01ms !important;

    scroll-behavior:
      auto !important;

  }


  #du-premium-footer {

    --dufooter-bg-y:
      0px !important;

  }


  #du-premium-footer *,
  #du-premium-footer *::before,
  #du-premium-footer *::after {

    opacity: 1 !important;

    clip-path: none !important;

    transform: none !important;

  }

}/* End custom CSS */