.fullWidth {
  margin-left: -2.25vw;
  margin-right: -2.25vw;
}
@media (max-width: 1080px) {
  .fullWidth {
    margin-left: -2.963vw;
    margin-right: -2.963vw;
  }
}
@media (max-width: 580px) {
  .fullWidth {
    margin-left: -6.897vw;
    margin-right: -6.897vw;
  }
}
.footer {
  position: relative;
}
.footer .footerText {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5vw;
}
.footer .arrowAnimation {
  cursor: pointer;
  position: absolute;
  left: 20%;
  top: 0%;
  user-select: none;
  display: inline-block;
  border-radius: 100%;
  background-color: transparent;
  rotate: 180deg;
  width: 6.25vw;
  height: 6.25vw;
}
.footer .footerEmailContainer {
  height: 100%;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.footer .footerEmailContainer:hover .footerImage {
  width: 12.5vw;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: clip-path 0.6s 0s, width 0.3s 0s;
  -moz-transition: clip-path 0.6s 0s, width 0.3s 0s;
  -ms-transition: clip-path 0.6s 0s, width 0.3s 0s;
  -o-transition: clip-path 0.6s 0s, width 0.3s 0s;
  transition: clip-path 0.6s 0s, width 0.3s 0s;
}
.footer .footerEmailContainer:hover .footerImage img {
  padding-left: 0.625vw;
  padding-right: 0.625vw;
}
.footer .footerEmailContainer:hover .footerTextEmail {
  opacity: 1;
}
.footer .footerEmailContainer:hover .footerTextEmail::after {
  width: 90%;
}
.footer .footerEmailContainer .footerImage {
  width: 0;
  position: relative;
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: clip-path 0.6s 0s, width 0.3s 0s;
  -moz-transition: clip-path 0.6s 0s, width 0.3s 0s;
  -ms-transition: clip-path 0.6s 0s, width 0.3s 0s;
  -o-transition: clip-path 0.6s 0s, width 0.3s 0s;
  transition: clip-path 0.6s 0s, width 0.3s 0s;
}
.footer .footerEmailContainer .footerImage img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.footer .footerEmailContainer .footerTextEmail {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 5vw;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s 0s ease-out;
  -moz-transition: opacity 0.6s 0s ease-out;
  -o-transition: opacity 0.6s 0s ease-out;
  transition: opacity 0.6s 0s ease-out;
}
.footer .footerEmailContainer .footerTextEmail:first-child::after {
  left: 5%;
}
.footer .footerEmailContainer .footerTextEmail:last-child::after {
  right: 5%;
}
.footer .footerEmailContainer .footerTextEmail::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  -webkit-transition: width 0.6s 0s ease-out;
  -moz-transition: width 0.6s 0s ease-out;
  -o-transition: width 0.6s 0s ease-out;
  transition: width 0.6s 0s ease-out;
}
.footer .footerLinks {
  margin-top: 9.375vw;
  margin-bottom: 1.25vw;
}
.footer .footerLinks .leftCol,
.footer .footerLinks .rightCol {
  display: inline-block;
  width: 50%;
}
.footer .footerLinks .rightCol {
  text-align: end;
}
.footer .footerLinks .leftCol {
  text-align: start;
}
.footer .footerLinks .leftCol .footerLink {
  text-decoration: none;
  position: relative;
}
.footer .footerLinks .leftCol .footerLink::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #000000;
  bottom: 10%;
  left: 0;
  -webkit-transition: width 0.3s 0s ease-out;
  -moz-transition: width 0.3s 0s ease-out;
  -o-transition: width 0.3s 0s ease-out;
  transition: width 0.3s 0s ease-out;
}
.footer .footerLinks .leftCol .footerLink:not(:last-child) {
  margin-right: 1.25vw;
}
.footer .footerLinks .leftCol .footerLink:hover::after {
  width: 100%;
}
.footer .footerLinks .leftCol .noLinkFooterLink {
  display: inline-block;
}
@media all and (max-width: 1080px) {
  .footer .footerText .workTogether {
    margin-bottom: 1.852vw;
  }
  .footer .arrowAnimation {
    display: none;
    visibility: hidden;
  }
  .footer .footerEmailContainer {
    margin-top: 4.63vw;
  }
  .footer .footerEmailContainer .footerImage {
    display: none;
    visibility: hidden;
  }
  .footer .footerEmailContainer .footerTextEmail {
    font-size: clamp(5.556vw, 6.204vw, 6.481vw);
    opacity: 1;
  }
  .footer .footerEmailContainer .footerTextEmail::after {
    display: none;
  }
  .footer .footerLinks {
    margin-top: 4.63vw;
    margin-bottom: 1.852vw;
  }
}
@media all and (max-width: 580px) {
  .footer .footerText .workTogether {
    margin-bottom: 3.448vw;
  }
  .footer .footerEmailContainer {
    margin-top: 8.621vw;
  }
  .footer .footerEmailContainer .footerTextEmail {
    font-size: clamp(3.448vw, 5.69vw, 6.034vw);
  }
  .footer .footerLinks {
    margin-top: 8.621vw;
    margin-bottom: 3.448vw;
  }
  .footer .footerLinks .leftCol .footerLink {
    display: inline-block;
  }
  .footer .footerLinks .leftCol .footerLink::after {
    display: none;
  }
  .footer .footerLinks .leftCol .footerLink:not(:last-child) {
    margin-bottom: 3.448vw;
  }
}
