footer {
  background: #000;
  padding: 50px 0;
  position: relative;
  color: #fff;
  margin-top: -2px;
  margin-bottom: -2px;
}
footer .footerWrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
footer .footerWrapper .background {
  height: 100%;
  left: auto;
  position: absolute;
  top: 0;
  width: calc(50% - 120px);
  right: 0;
  background: #282828;
}
footer .footerWrapper .background:before {
  content: "";
  height: 1000px;
  left: -60px;
  position: absolute;
  top: -400px;
  width: 1000px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #282828;
}
footer .contentWrapper {
  position: relative;
}
footer .contentWrapper .cols .col {
  display: inline-block;
  vertical-align: bottom;
  width: 35%;
}
footer .contentWrapper .cols .col:nth-child(2) {
  width: 30%;
  text-align: center;
}
footer .contentWrapper .cols .col:nth-child(3) {
  text-align: right;
}
footer .contentWrapper .cols .col .companyName {
  color: #797979;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}
footer .contentWrapper .cols .col .address {
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}
footer .contentWrapper .cols .col .copy {
  color: #e5e5e5;
  font-weight: 400;
}
footer .contentWrapper .cols .col .copy.resp {
  display: none;
}
footer .contentWrapper .cols .col .copy a {
  color: #e5e5e5;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .contentWrapper .cols .col .copy a:hover {
  color: #fff;
}
footer .contentWrapper .cols .col .logo {
  display: inline-block;
  width: 160px;
}
footer .contentWrapper .cols .col .logo a {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .contentWrapper .cols .col .logo a:hover {
  opacity: 0.6;
}
footer .contentWrapper .cols .col .logo a svg {
  width: 100%;
  height: auto;
}
footer .contentWrapper .cols .col .logo a svg path,
footer .contentWrapper .cols .col .logo a svg polygon {
  fill: #fff;
}
footer .contentWrapper .cols .col .logo a svg path.primary,
footer .contentWrapper .cols .col .logo a svg polygon.primary {
  fill: #ff6500;
}
footer .contentWrapper .cols .col .socials {
  margin-bottom: 10px;
}
footer .contentWrapper .cols .col .socials a {
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  position: relative;
  margin-bottom: 20px;
}
footer .contentWrapper .cols .col .socials a:last-child {
  margin-right: 0;
}
footer .contentWrapper .cols .col .socials a:hover .outerLine svg path {
  fill: #fff;
}
footer .contentWrapper .cols .col .socials a .innerIcon {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
footer .contentWrapper .cols .col .socials a .innerIcon svg {
  width: 17px;
  max-height: 19px;
  height: auto;
}
footer .contentWrapper .cols .col .socials a .innerIcon svg rect,
footer .contentWrapper .cols .col .socials a .innerIcon svg path {
  fill: #fff;
}
footer .contentWrapper .cols .col .socials a .outerLine {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
footer .contentWrapper .cols .col .socials a .outerLine svg {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
footer .contentWrapper .cols .col .socials a .outerLine svg path {
  fill: #ff6500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .contentWrapper .cols .col .menuWrapper {
  margin-top: 30px;
}
footer .contentWrapper .cols .col .menuWrapper .menu li {
  display: inline-block;
}
footer .contentWrapper .cols .col .menuWrapper .menu li:first-child {
  margin-left: 0;
}
footer .contentWrapper .cols .col .menuWrapper .menu li a {
  margin-left: 15px;
  color: #e5e5e5;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .contentWrapper .cols .col .menuWrapper .menu li a:hover {
  color: #fff;
}
footer .contentWrapper .cols .col .klaviyoForm {
  text-align: left;
  margin-top: 20px;
}
footer .contentWrapper .cols .col .klaviyoForm .text {
  margin-bottom: 15px;
}
footer .contentWrapper .cols .col .klaviyoForm .text p {
  line-height: 24px;
}
footer .contentWrapper .cols .col .klaviyoForm .klaviyo-form {
  padding: 0 !important;
}
footer .contentWrapper .cols .col .klaviyoForm .klaviyo-form [data-testid='form-row'] {
  margin-bottom: 15px !important;
}
footer .contentWrapper .cols .col .klaviyoForm .klaviyo-form [data-testid='form-row']:last-child {
  margin-bottom: 0 !important;
}
footer .contentWrapper .cols .col .klaviyoForm .klaviyo-form [data-testid='form-row'] .needsclick {
  padding: 0 !important;
}
footer .contentWrapper .cols .col .klaviyoForm .klaviyo-form [data-testid='form-row'] .needsclick input {
  font-family: 'Raleway-font', sans-serif !important;
  padding: 0 20px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
footer .contentWrapper .cols .col .klaviyoForm .klaviyo-form [data-testid='form-row'] .needsclick button {
  font-family: 'Raleway-font', sans-serif !important;
  cursor: pointer !important;
  -webkit-transition: background 0.3s 0s ease-out !important;
  -moz-transition: background 0.3s 0s ease-out !important;
  -o-transition: background 0.3s 0s ease-out !important;
  transition: background 0.3s 0s ease-out !important;
}
footer .contentWrapper .cols .col .klaviyoForm .klaviyo-form [data-testid='form-row'] .needsclick button:hover {
  background: #ff6500 !important;
}
footer .contentWrapper .cols .col .klaviyoForm .klaviyo-form p {
  font-family: 'Raleway-font', sans-serif !important;
  padding: 20px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  font-size: 14px !important;
}
footer .contentWrapper .appContainer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
footer .contentWrapper .appContainer .apps {
  margin-top: 5px;
  margin-bottom: -5px;
}
footer .contentWrapper .appContainer .apps a {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin: 5px;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
footer .contentWrapper .appContainer .apps a:hover {
  opacity: 0.8;
}
footer .contentWrapper .appContainer .apps a.android {
  width: 169px;
}
footer .contentWrapper .appContainer .apps a img {
  display: block;
  width: 100%;
  height: auto;
}
footer .contentWrapper .dealers {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
footer .contentWrapper .dealers .link {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  line-height: 18px;
  margin: 0 10px;
}
footer .contentWrapper .dealers .link a {
  color: #e5e5e5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .contentWrapper .dealers .link a:hover {
  color: #fff;
}
footer .contentWrapper .trustPilotWrapper {
  margin-top: 50px;
}
@media all and (max-width: 1200px) {
  footer .contentWrapper .cols .col {
    width: calc(50% - 100px);
  }
  footer .contentWrapper .cols .col:nth-child(2) {
    width: 200px;
  }
  footer .contentWrapper .cols .col .logo {
    width: 150px;
  }
}
@media all and (max-width: 850px) {
  footer .background {
    display: none;
  }
  footer .contentWrapper .cols .col {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 50px;
  }
  footer .contentWrapper .cols .col:first-child {
    display: none;
  }
  footer .contentWrapper .cols .col:last-child {
    margin-bottom: 0;
  }
  footer .contentWrapper .cols .col .logo {
    width: 200px;
  }
  footer .contentWrapper .cols .col .klaviyoForm {
    text-align: center;
  }
  footer .contentWrapper .cols .col .klaviyoForm .klaviyo-form [data-testid='form-row'] .needsclick button {
    background: #fff !important;
    color: #000 !important;
  }
  footer .contentWrapper .cols .col .copy {
    display: none;
  }
  footer .contentWrapper .cols .col .copy.resp {
    display: block;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=footer.css.map */