.elementor-2224 .elementor-element.elementor-element-a3ad16e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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-297aa4c *//* =====================================================
   JNR FOOTER
   ===================================================== */

.jnr-footer {
  --jnr-red: #ed1c24;
  --jnr-dark: #141619;
  --jnr-dark-soft: #1d2024;
  --jnr-white: #ffffff;
  --jnr-muted: rgba(255, 255, 255, 0.72);
  --jnr-border: rgba(255, 255, 255, 0.12);

  width: 100%;
  color: var(--jnr-white);
  background: var(--jnr-dark);
}

.jnr-footer,
.jnr-footer * {
  box-sizing: border-box;
}

.jnr-footer__accent {
  width: 100%;
  height: 5px;
  background: var(--jnr-red);
}

.jnr-footer__main {
  padding: 58px 24px 30px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(237, 28, 36, 0.09),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      var(--jnr-dark) 0%,
      var(--jnr-dark-soft) 100%
    );
}

.jnr-footer__inner {
  display: grid;
  grid-template-columns:
    minmax(220px, 1fr)
    minmax(220px, 280px)
    minmax(220px, 1fr);
  gap: 52px 70px;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}


/* =====================================================
   CONTACT COLUMNS
   ===================================================== */

.jnr-footer__office h3 {
  margin: 0 0 18px;
  color: var(--jnr-white);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.jnr-footer__office a,
.jnr-footer__office p {
  display: block;
  margin: 0 0 10px;
  color: var(--jnr-muted);
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  text-decoration: none;
}

.jnr-footer__office a {
  transition: color 0.2s ease;
}

.jnr-footer__office a:hover,
.jnr-footer__office a:focus {
  color: var(--jnr-white);
}

.jnr-footer__office span {
  display: inline-block;
  min-width: 34px;
  color: var(--jnr-red);
  font-weight: 700;
}

.jnr-footer__office--left {
  text-align: left;
}

.jnr-footer__office--right {
  text-align: right;
}

.jnr-footer__office--right span {
  min-width: auto;
  margin-right: 6px;
}


/* =====================================================
   LOGO
   ===================================================== */

.jnr-footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jnr-footer__brand img {
  display: block;
  width: 250px;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}


/* =====================================================
   MAIN FOOTER NAVIGATION
   ===================================================== */

.jnr-footer__links {
  grid-column: 1 / -1;
  padding-top: 30px;
  border-top: 1px solid var(--jnr-border);
}

.jnr-footer__links nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 34px;
}

.jnr-footer__links a {
  position: relative;
  color: var(--jnr-muted);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.jnr-footer__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background: var(--jnr-red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.jnr-footer__links a:hover,
.jnr-footer__links a:focus {
  color: var(--jnr-white);
  transform: translateY(-1px);
}

.jnr-footer__links a:hover::after,
.jnr-footer__links a:focus::after {
  transform: scaleX(1);
}


/* =====================================================
   LEGAL LINKS
   ===================================================== */

.jnr-footer__legal {
  grid-column: 1 / -1;
  margin-top: -24px;
  text-align: center;
}

.jnr-footer__legal nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
}

.jnr-footer__legal a {
  color: rgba(255, 255, 255, 0.55);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.jnr-footer__legal a:hover,
.jnr-footer__legal a:focus {
  color: var(--jnr-red);
}

.jnr-footer__legal-divider {
  color: rgba(255, 255, 255, 0.22);
  font-size: 11px;
}


/* =====================================================
   COPYRIGHT
   ===================================================== */

.jnr-footer__bottom {
  padding: 18px 24px;
  background: #0f1113;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.jnr-footer__bottom-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.jnr-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 900px) {

  .jnr-footer__main {
    padding-top: 50px;
  }

  .jnr-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px 50px;
  }

  .jnr-footer__brand {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .jnr-footer__office--left {
    grid-column: 1;
    grid-row: 2;
  }

  .jnr-footer__office--right {
    grid-column: 2;
    grid-row: 2;
  }

  .jnr-footer__links {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .jnr-footer__legal {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .jnr-footer__office--right {
    text-align: left;
  }

  .jnr-footer__office--right span {
    min-width: 34px;
    margin-right: 0;
  }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 620px) {

  .jnr-footer__main {
    padding: 44px 20px 30px;
  }

  .jnr-footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .jnr-footer__brand,
  .jnr-footer__office--left,
  .jnr-footer__office--right,
  .jnr-footer__links,
  .jnr-footer__legal {
    grid-column: 1;
    grid-row: auto;
  }

  .jnr-footer__brand img {
    width: 220px;
  }

  .jnr-footer__office,
  .jnr-footer__office--left,
  .jnr-footer__office--right {
    text-align: center;
  }

  .jnr-footer__office {
    padding-top: 28px;
    border-top: 1px solid var(--jnr-border);
  }

  .jnr-footer__office span,
  .jnr-footer__office--right span {
    min-width: 34px;
  }

  .jnr-footer__links {
    padding-top: 28px;
  }

  .jnr-footer__links nav {
    flex-direction: column;
    gap: 15px;
  }

  .jnr-footer__links a::after {
    bottom: -5px;
  }

  .jnr-footer__legal {
    margin-top: -10px;
    padding-top: 4px;
  }

  .jnr-footer__legal nav {
    gap: 8px 10px;
  }

  .jnr-footer__legal a {
    font-size: 11px;
  }

  .jnr-footer__bottom {
    padding: 17px 20px;
  }
}/* End custom CSS */