.nopadding {
  padding: 0px;
}

.nomargin {
  margin: 0px;
}

.mainFooterContainer .mainRowCopyright, .mainFooterContainer .mainRowFooter {
  margin-left: auto !important;
  margin-right: auto !important;
}

@font-face {
  font-family: promptB;
  src: url(../assets/fonts/Prompt-Bold.ttf);
}
@font-face {
  font-family: promptM;
  src: url(../assets/fonts/Prompt-Medium.ttf);
}
@font-face {
  font-family: promptSB;
  src: url(../assets/fonts/Prompt-SemiBold.ttf);
}
@font-face {
  font-family: promptR;
  src: url(../assets/fonts/Prompt-Regular.ttf);
}
@font-face {
  font-family: promptL;
  src: url(../assets/fonts/Prompt-Light.ttf);
}
@font-face {
  font-family: dinProCondR;
  src: url(../assets/fonts/DINPro-CondensedRegular.ttf);
}
.mainFooterContainer {
  width: 100%;
  height: auto;
  padding-top: 50px;
}
.mainFooterContainer .mainRowFooter {
  width: 880px;
  height: 145px;
}
@media only screen and (max-width: 1300px) {
  .mainFooterContainer .mainRowFooter {
    width: 880px;
  }
}
@media only screen and (max-width: 1200px) {
  .mainFooterContainer .mainRowFooter {
    width: 880px;
  }
}
@media only screen and (max-width: 992px) {
  .mainFooterContainer .mainRowFooter {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  .mainFooterContainer .mainRowFooter {
    width: 100%;
    height: 100px;
  }
}
.mainFooterContainer .mainRowFooter .footerGraphicContainer {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mainFooterContainer .mainRowFooter .footerGraphicContainer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mainFooterContainer .mainRowFooter .footerGraphicContainer svg {
  transform: scale(1.1);
  margin-top: -137px;
  margin-left: 15px;
  fill: #c0cfd2;
}
@media only screen and (max-width: 1300px) {
  .mainFooterContainer .mainRowFooter .footerGraphicContainer svg {
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 992px) {
  .mainFooterContainer .mainRowFooter .footerGraphicContainer svg {
    transform: scale(1.5);
    margin-top: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .mainFooterContainer .mainRowFooter .footerGraphicContainer svg {
    transform: scale(1.57);
    margin-top: -68px;
  }
}
.mainFooterContainer .mainRowCopyright {
  width: 880px;
}
@media only screen and (max-width: 1300px) {
  .mainFooterContainer .mainRowCopyright {
    width: 880px;
  }
}
@media only screen and (max-width: 1200px) {
  .mainFooterContainer .mainRowCopyright {
    width: 880px;
  }
}
@media only screen and (max-width: 992px) {
  .mainFooterContainer .mainRowCopyright {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  .mainFooterContainer .mainRowCopyright {
    width: 100%;
  }
}
.mainFooterContainer .mainRowCopyright p {
  color: #c2cdcf;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: right;
  margin-left: auto;
  margin-right: 8px;
  font-family: promptSB;
}

/*# sourceMappingURL=footer.css.map */
