

/* === ASSET CSS HASH: cca80c6fe3911b876d17a0c75f2f0c8d26e57c3e | GLOBAL === */
/* Footer Three Widget Styles - Scoped under .footer-wrapper */
.footer-wrapper {
  overflow: hidden;
  font-family: var(--primary_font);
}

.footer-wrapper .site-footer-three {
  position: relative;
  display: block;
  background-color: var(--primary_color);
  overflow: hidden;
  z-index: 1;
}

.footer-wrapper .site-footer-three__bg-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 77px;
  width: calc((100% - 580px) / 2);
  background-color: rgba(255, 255, 255, 0.03);
  z-index: -1;
}

.footer-wrapper .site-footer-three__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.footer-wrapper .site-footer-three__top {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__about {
  position: relative;
  display: block;
  padding-top: 120px;
}

.footer-wrapper .footer-widget-three__logo {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__about-text {
  color: rgba(255, 255, 255, 0.80);
  margin-top: 20px;
  margin-bottom: 22px;
}

.footer-wrapper .footer-widget-three__working-box {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__working-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.footer-wrapper .footer-widget-three__working-hour {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__working-hour li {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__working-hour li+li {
  margin-top: 18px;
  border-top: 1px dashed rgba(255, 255, 255, 0.30);
  padding-top: 18px;
}

.footer-wrapper .footer-widget-three__working-hour li p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.80);
}

.footer-wrapper .footer-widget-three__right {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__title-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.footer-wrapper .footer-widget-three__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #ffffff;
  text-transform: capitalize;
}

.footer-wrapper .footer-widget-three__right-bottom {
  position: relative;
  display: block;
  margin-left: 75px;
  border-top: 1px dashed rgba(255, 255, 255, 0.20);
  padding-top: 50px;
}

.footer-wrapper .footer-widget-three__usefull-link {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__link-box {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__link {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__link li {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__link li+li {
  margin-top: 12px;
}

.footer-wrapper .footer-widget-three__link li a {
  color: rgba(255, 255, 255, 0.80);
  text-transform: capitalize;
  transition: all 500ms ease;
  text-decoration: none;
}

.footer-wrapper .footer-widget-three__link li a:hover {
  color: var(--primary_color);
}

.footer-wrapper .footer-widget-three__services {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__newsletter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 65px 75px 0px;
  padding-right: 0;
  margin-bottom: 53px;
}

.footer-wrapper .footer-widget-three__newsletter-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  color: #ffffff;
}

.footer-wrapper .footer-widget-three__newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 450px;
  width: 100%;
}

.footer-wrapper .footer-widget-three__newsletter-form-input-box {
  position: relative;
  display: block;
  width: 100%;
}

.footer-wrapper .footer-widget-three__newsletter-form-input-box input[type="email"] {
  font-size: 16px;
  height: 64px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.10);
  outline: none;
  border: none;
  color: rgba(255, 255, 255, 0.80);
  font-weight: 400;
  border-radius: 32px;
  padding-right: 190px;
  padding-left: 30px;
}

.footer-wrapper .footer-widget-three__newsletter-form .thm-btn {
  border: none;
  position: absolute;
  top: 5px;
  right: 5px;
}

.footer-wrapper .footer-widget-three__newsletter-form .thm-btn:hover {
  color: var(--primary_color);
}

.footer-wrapper .footer-widget-three__newsletter-form .thm-btn::before {
  background-color: #ffffff;
}

.footer-wrapper .footer-widget-three__newsletter-form .thm-btn::after {
  background-color: #ffffff;
}

.footer-wrapper .footer-widget-three__newsletter-form .thm-btn:hover span {
  background-color: var(--primary_color);
  color: #ffffff;
}

.footer-wrapper .footer-widget-three__contact {
  position: relative;
  display: block;
}

.footer-wrapper .footer-widget-three__contact li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer-wrapper .footer-widget-three__contact li+li {
  margin-top: 14px;
}

.footer-wrapper .footer-widget-three__contact li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  transition: all 500ms ease;
}

.footer-wrapper .footer-widget-three__contact li:hover .icon {
  background-color: var(--primary_color);
}

.footer-wrapper .footer-widget-three__contact li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  transition: all 500ms ease;
}

.footer-wrapper .footer-widget-three__contact li:hover .icon span {
  color: #ffffff;
}

.footer-wrapper .footer-widget-three__contact li .content {
  position: relative;
  display: block;
  flex: 1;
}

.footer-wrapper .footer-widget-three__contact li .content h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-wrapper .footer-widget-three__contact li .content p {
  color: rgba(255, 255, 255, 0.80);
}

.footer-wrapper .footer-widget-three__contact li .content p a {
  color: rgba(255, 255, 255, 0.80);
  text-decoration: none;
}

.footer-wrapper .footer-widget-three__contact li .content p a:hover {
  color: var(--primary_color);
}

.footer-wrapper .site-footer-three__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  border-top: 1px dashed rgba(255, 255, 255, 0.20);
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-wrapper .site-footer-three__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 16px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 1;
  text-decoration: none;
}

.footer-wrapper .site-footer-three__social a:hover {
  color: #ffffff;
  background-color: var(--primary_color);
}

.footer-wrapper .site-footer-three__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--primary_color);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.footer-wrapper .site-footer-three__social a:hover:after {
  opacity: 1;
  transform: scaleY(1);
}

.footer-wrapper .site-footer-three__social a+a {
  margin-left: 10px;
}

.footer-wrapper .site-footer-three__bottom {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.05);
}

.footer-wrapper .site-footer-three__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 26px 0 25px;
}

.footer-wrapper .site-footer-three__bottom-text {
  color: rgba(255, 255, 255, 0.80);
}

.footer-wrapper .site-footer-three__bottom-text a {
  color: var(--primary_color);
  font-weight: 500;
  text-decoration: none;
}

.footer-wrapper .site-footer-three__bottom-text a:hover {
  color: #ffffff;
}

.footer-wrapper .site-footer-three__bottom-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-wrapper .site-footer-three__bottom-menu li {
  position: relative;
  display: block;
}

.footer-wrapper .site-footer-three__bottom-menu li+li {
  margin-left: 30px;
}

.footer-wrapper .site-footer-three__bottom-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.80);
  transition: all 500ms ease;
  text-decoration: none;
}

.footer-wrapper .site-footer-three__bottom-menu li a:hover {
  color: var(--primary_color);
}

/* Thm-btn Styles */
.footer-wrapper .thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--primary_color);
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  padding: 5px 30px 5px;
  padding-right: 8px;
  overflow: hidden;
  border-radius: 30px;
  transition: all 0.5s linear;
  text-transform: capitalize;
  z-index: 1;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.footer-wrapper .thm-btn>span {
  position: relative;
  font-size: 18px;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary_color_font);
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s linear;
}

.footer-wrapper .thm-btn:hover>span {
  background-color: #ffffff;
  color: var(--primary_color);
}

.footer-wrapper .thm-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  background-color: var(--primary_color_font);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .thm-btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.footer-wrapper .thm-btn::after {
  position: absolute;
  background-color: var(--primary_color_font);
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.footer-wrapper .thm-btn:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.footer-wrapper .thm-btn:hover {
  color: #ffffff;
}

/* Responsive Styles */
/* Large Desktop: 1200px - 1319px */
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .footer-wrapper .footer-widget-three__newsletter {
    padding: 65px 0px 0px;
    padding-right: 0;
  }

  .footer-wrapper .footer-widget-three__right-bottom {
    margin-left: 0;
  }
}

/* Medium Desktop: 992px - 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .site-footer-three__bg-color {
    display: none;
  }

  .footer-wrapper .footer-widget-three__about {
    max-width: 500px;
    margin: 0 auto 0;
  }

  .footer-wrapper .footer-widget-three__logo {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__about-text {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__working-title {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__newsletter {
    padding: 65px 0px 0px;
    padding-right: 0;
  }

  .footer-wrapper .footer-widget-three__right-bottom {
    margin-left: 0;
  }
}

/* Tablet Layout: 768px - 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper .site-footer-three__bg-color {
    display: none;
  }

  .footer-wrapper .footer-widget-three__about {
    max-width: 500px;
    margin: 0 auto 0;
  }

  .footer-wrapper .footer-widget-three__logo {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__about-text {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__working-title {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__newsletter {
    padding: 65px 0px 0px;
    padding-right: 0;
    flex-direction: column;
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__newsletter-title {
    margin-bottom: 20px;
  }

  .footer-wrapper .footer-widget-three__right-bottom {
    margin-left: 0;
  }

  .footer-wrapper .site-footer-three__bottom-inner {
    flex-direction: column;
  }

  .footer-wrapper .site-footer-three__bottom-text {
    margin-bottom: 10px;
  }
}

/* Mobile: max-width 767px */
@media only screen and (max-width: 767px) {
  .footer-wrapper .site-footer-three__bg-color {
    display: none;
  }

  .footer-wrapper .footer-widget-three__about {
    max-width: 500px;
    margin: 0 auto 0;
    padding-top: 80px;
  }

  .footer-wrapper .footer-widget-three__logo {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__about-text {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__working-title {
    text-align: center;
  }

  .footer-wrapper .footer-widget-three__newsletter {
    padding: 40px 0px 0px;
    padding-right: 0;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
  }

  .footer-wrapper .footer-widget-three__newsletter-title {
    margin-bottom: 20px;
  }

  .footer-wrapper .footer-widget-three__newsletter-form {
    flex-direction: column;
  }

  .footer-wrapper .footer-widget-three__newsletter-form-input-box input[type="email"] {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-wrapper .footer-widget-three__newsletter-form .thm-btn {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
  }

  .footer-wrapper .footer-widget-three__right-bottom {
    margin-left: 0;
    padding-top: 30px;
  }

  .footer-wrapper .site-footer-three__bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-wrapper .site-footer-three__bottom-text {
    margin-bottom: 10px;
  }

  .footer-wrapper .site-footer-three__bottom-menu {
    flex-direction: column;
  }

  .footer-wrapper .site-footer-three__bottom-menu li+li {
    margin-left: 0;
    margin-top: 5px;
  }
}

/* === WIDGET CSS footer START === */
.general-wrapper.general-footer .ew-footer-noir-aurora{--ew-white:#fff;--ew-muted:#aaa;--ew-line:#292929;display:block;background:#050505;color:var(--ew-white);font-family:{PRIMARY_FONT},Arial,sans-serif}.general-wrapper.general-footer .ew-footer-noir-aurora *{box-sizing:border-box}.general-wrapper.general-footer .ew-footer-noir-aurora__footer{position:relative;isolation:isolate;overflow:hidden;background:#050505}.general-wrapper.general-footer .ew-footer-noir-aurora__aurora{position:absolute;inset:0;z-index:-1;opacity:.38;background:radial-gradient(circle at 12% 18%,{PRIMARY_COLOR} 0,transparent 30%),radial-gradient(circle at 88% 8%,{SECONDARY_COLOR} 0,transparent 28%),radial-gradient(circle at 62% 82%,{THIRD_COLOR} 0,transparent 34%);filter:blur(55px);animation:ew-noir-aurora-drift 16s ease-in-out infinite alternate}.general-wrapper.general-footer .ew-footer-noir-aurora__aurora:after{content:"";position:absolute;inset:-30%;background:linear-gradient(115deg,transparent 20%,{PRIMARY_COLOR} 42%,transparent 58%);opacity:.18;transform:rotate(-12deg);animation:ew-noir-aurora-shimmer 13s linear infinite}.general-wrapper.general-footer .ew-footer-noir-aurora__container{width:min(1180px,calc(100% - 40px));margin:0 auto}.general-wrapper.general-footer .ew-footer-noir-aurora__top{display:grid;gap:56px;padding:72px 0 56px}.general-wrapper.general-footer .ew-footer-noir-aurora__brand{display:inline-block;color:#fff;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.04em;text-decoration:none}.general-wrapper.general-footer .ew-footer-noir-aurora__description{max-width:330px;min-height:48px;margin:24px 0 36px;color:var(--ew-muted);line-height:1.7}.general-wrapper.general-footer .ew-footer-noir-aurora__heading{margin:0 0 20px;color:#fff;font-size:.78rem;letter-spacing:.14em;line-height:1.4;text-transform:uppercase}.general-wrapper.general-footer .ew-footer-noir-aurora__hours ul,
.general-wrapper.general-footer .ew-footer-noir-aurora__links,
.general-wrapper.general-footer .ew-footer-noir-aurora__contact{padding:0;margin:0;list-style:none}.general-wrapper.general-footer .ew-footer-noir-aurora__hours li{display:flex;justify-content:space-between;gap:20px;min-height:32px;color:var(--ew-muted);font-size:.9rem}.general-wrapper.general-footer .ew-footer-noir-aurora__hours li span:last-child{color:#fff}.general-wrapper.general-footer .ew-footer-noir-aurora__newsletter{border-bottom:1px solid var(--ew-line);padding-bottom:40px}.general-wrapper.general-footer .ew-footer-noir-aurora__newsletter-title{max-width:560px;min-height:42px;margin:0 0 12px;color:#fff;font-size:clamp(1.65rem,4vw,2.5rem);line-height:1.12}.general-wrapper.general-footer .ew-footer-noir-aurora__newsletter-text{min-height:28px;margin:0 0 24px;color:var(--ew-muted);line-height:1.6}.general-wrapper.general-footer .ew-footer-noir-aurora__form{max-width:620px}.general-wrapper.general-footer .ew-footer-noir-aurora__form-row{position:relative}.general-wrapper.general-footer .ew-footer-noir-aurora__label{display:block;min-height:24px;margin-bottom:8px;color:var(--ew-muted);font-size:.85rem}.general-wrapper.general-footer .ew-footer-noir-aurora__form input{width:100%;min-height:54px;padding:14px 18px;border:1px solid var(--ew-line);border-radius:28px;background:#0d0d0d;color:#fff;font:inherit;outline:0}.general-wrapper.general-footer .ew-footer-noir-aurora__form input:focus{border-color:{PRIMARY_COLOR};box-shadow:0 0 0 3px color-mix(in srgb,{PRIMARY_COLOR} 25%,transparent)}.general-wrapper.general-footer .ew-footer-noir-aurora__submit{display:flex;align-items:center;justify-content:center;gap:12px;min-width:150px;min-height:48px;margin-top:12px;padding:12px 22px;border:0;border-radius:28px;background:{PRIMARY_COLOR};color:{PRIMARY_COLOR_FONT};font:inherit;font-weight:700;cursor:pointer;transition:transform .25s ease,background .25s ease}.general-wrapper.general-footer .ew-footer-noir-aurora__submit:hover,
.general-wrapper.general-footer .ew-footer-noir-aurora__submit:focus-visible{background:{SECONDARY_COLOR};transform:translateY(-3px)}.general-wrapper.general-footer .ew-footer-noir-aurora__columns{display:grid;gap:40px;padding-top:40px}.general-wrapper.general-footer .ew-footer-noir-aurora__links li{margin:0 0 12px}.general-wrapper.general-footer .ew-footer-noir-aurora__links a,
.general-wrapper.general-footer .ew-footer-noir-aurora__contact a,
.general-wrapper.general-footer .ew-footer-noir-aurora__contact span{color:var(--ew-muted);line-height:1.6;text-decoration:none;transition:color .25s ease}.general-wrapper.general-footer .ew-footer-noir-aurora__links a:hover,
.general-wrapper.general-footer .ew-footer-noir-aurora__links a:focus-visible,
.general-wrapper.general-footer .ew-footer-noir-aurora__contact a:hover,
.general-wrapper.general-footer .ew-footer-noir-aurora__contact a:focus-visible{color:#fff}.general-wrapper.general-footer .ew-footer-noir-aurora__contact li{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}.general-wrapper.general-footer .ew-footer-noir-aurora__contact svg{flex:0 0 20px;width:20px;height:20px;margin-top:3px}.general-wrapper.general-footer .ew-footer-noir-aurora__socials{display:flex;gap:12px;padding-bottom:48px}.general-wrapper.general-footer .ew-footer-noir-aurora__socials a{display:grid;place-items:center;width:42px;min-height:42px;border:1px solid var(--ew-line);border-radius:50%;color:#fff;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .25s ease,border-color .25s ease,transform .25s ease}.general-wrapper.general-footer .ew-footer-noir-aurora__socials a:hover,
.general-wrapper.general-footer .ew-footer-noir-aurora__socials a:focus-visible{border-color:{SECONDARY_COLOR};background:{SECONDARY_COLOR};color:{SECONDARY_COLOR_FONT};transform:translateY(-4px) rotate(8deg)}.general-wrapper.general-footer .ew-footer-noir-aurora__bottom{border-top:1px solid var(--ew-line);background:#050505}.general-wrapper.general-footer .ew-footer-noir-aurora__bottom-inner{display:flex;flex-direction:column;gap:16px;padding:24px 0}.general-wrapper.general-footer .ew-footer-noir-aurora__bottom p{min-height:24px;margin:0;color:var(--ew-muted);font-size:.82rem}.general-wrapper.general-footer .ew-footer-noir-aurora__bottom nav{display:flex;flex-wrap:wrap;gap:16px}.general-wrapper.general-footer .ew-footer-noir-aurora__bottom nav a{color:var(--ew-muted);font-size:.82rem;text-decoration:none}.general-wrapper.general-footer .ew-footer-noir-aurora__bottom nav a:hover,
.general-wrapper.general-footer .ew-footer-noir-aurora__bottom nav a:focus-visible{color:#fff}.general-wrapper.general-footer .ew-footer-noir-aurora .d-none{display:none!important}@keyframes ew-noir-aurora-drift{0%{transform:translate3d(-4%,0,0) scale(1)}50%{transform:translate3d(3%,4%,0) scale(1.08)}100%{transform:translate3d(-2%,-3%,0) scale(1.02)}}@keyframes ew-noir-aurora-shimmer{0%{transform:translateX(-35%) rotate(-12deg)}100%{transform:translateX(35%) rotate(-12deg)}}@media (min-width:700px){.general-wrapper.general-footer .ew-footer-noir-aurora__top{grid-template-columns:minmax(230px,.8fr) minmax(0,2fr);gap:80px}.general-wrapper.general-footer .ew-footer-noir-aurora__columns{grid-template-columns:1fr 1fr}.general-wrapper.general-footer .ew-footer-noir-aurora__form{display:flex;align-items:flex-start;gap:12px}.general-wrapper.general-footer .ew-footer-noir-aurora__form-row{flex:1}.general-wrapper.general-footer .ew-footer-noir-aurora__submit{margin-top:32px}.general-wrapper.general-footer .ew-footer-noir-aurora__bottom-inner{flex-direction:row;align-items:center;justify-content:space-between}}@media (min-width:1000px){.general-wrapper.general-footer .ew-footer-noir-aurora__container{width:min(1180px,calc(100% - 80px))}.general-wrapper.general-footer .ew-footer-noir-aurora__top{padding-top:96px}.general-wrapper.general-footer .ew-footer-noir-aurora__columns{grid-template-columns:1fr 1fr 1fr}}@media (prefers-reduced-motion:reduce){.general-wrapper.general-footer .ew-footer-noir-aurora__aurora,
.general-wrapper.general-footer .ew-footer-noir-aurora__aurora:after,
.general-wrapper.general-footer .ew-footer-noir-aurora__submit,
.general-wrapper.general-footer .ew-footer-noir-aurora__socials a{animation:none;transition:none}}
/* === WIDGET CSS footer END === */
