.nopadding {
  padding: 0px;
}

.nomargin {
  margin: 0px;
}

.footerMainContainer .footerMainBottomRow, .footerMainContainer .footerMainUpperRow {
  margin-left: auto !important;
  margin-right: auto !important;
}

@font-face {
  font-family: gothamBook;
  src: url(../assets/font/GothamBook.ttf);
}
@font-face {
  font-family: gothamBold;
  src: url(../assets/font/GothamBold.ttf);
}
@font-face {
  font-family: interL;
  src: url(../assets/font/Inter-Light.ttf);
}
.footerMainContainer {
  width: 100%;
  height: 174px;
  background: #000;
}
@media only screen and (max-width: 768px) {
  .footerMainContainer {
    height: auto;
  }
}
.footerMainContainer .footerMainUpperRow {
  width: 1440px;
  height: 98px;
  border-bottom-style: solid;
  border-color: #666666;
  border-width: 1px;
}
@media only screen and (max-width: 1440px) {
  .footerMainContainer .footerMainUpperRow {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footerMainContainer .footerMainUpperRow {
    height: auto;
  }
}
.footerMainContainer .footerMainUpperRow .footerMarksColumn {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .footerMainContainer .footerMainUpperRow .footerMarksColumn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footerMainContainer .footerMainUpperRow .footerMarksColumn .marksMainContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .footerMainContainer .footerMainUpperRow .footerMarksColumn .marksMainContainer {
    justify-content: center;
  }
}
.footerMainContainer .footerMainUpperRow .footerMarksColumn .marksMainContainer .marksBox {
  margin-right: 30px;
}
.footerMainContainer .footerMainUpperRow .footerMarksColumn .marksMainContainer .marksBox img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.footerMainContainer .footerMainUpperRow .footerMarksColumn .marksMainContainer .marksBox h3 {
  font-size: 24px;
  line-height: 34px;
  font-family: gothamBold;
  font-weight: 500;
  color: #fff;
  letter-spacing: -1px;
}
.footerMainContainer .footerMainUpperRow .footerSocialColumn {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .footerMainContainer .footerMainUpperRow .footerSocialColumn {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-color: #666666;
    border-width: 1px;
  }
}
.footerMainContainer .footerMainUpperRow .footerSocialColumn .socialContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .footerMainContainer .footerMainUpperRow .footerSocialColumn .socialContainer {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footerMainContainer .footerMainUpperRow .footerSocialColumn .socialContainer {
    justify-content: center;
  }
}
.footerMainContainer .footerMainUpperRow .footerSocialColumn .socialContainer .findUs {
  padding-top: 4px;
  margin-right: 10px;
}
.footerMainContainer .footerMainUpperRow .footerSocialColumn .socialContainer .findUs span {
  font-family: gothamBook;
  font-weight: 400;
  font-size: 10px;
  color: #D4D4D4;
  line-height: 16px;
}
.footerMainContainer .footerMainUpperRow .footerSocialColumn .socialContainer .socialIcon {
  margin-right: 12px;
}
.footerMainContainer .footerMainUpperRow .footerSocialColumn .socialContainer .socialIcon:last-child {
  margin-right: 0px;
}
.footerMainContainer .footerMainUpperRow .footerSocialColumn .socialContainer .socialIcon a img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.footerMainContainer .footerMainBottomRow {
  width: 1440px;
  height: 76px;
}
@media only screen and (max-width: 1440px) {
  .footerMainContainer .footerMainBottomRow {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footerMainContainer .footerMainBottomRow {
    height: auto;
    padding-bottom: 20px;
  }
}
.footerMainContainer .footerMainBottomRow .copyrightColumn {
  width: 100%;
  height: 76px;
}
.footerMainContainer .footerMainBottomRow .copyrightColumn .copyRightContainer {
  width: 100%;
  height: 76px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .footerMainContainer .footerMainBottomRow .copyrightColumn .copyRightContainer {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footerMainContainer .footerMainBottomRow .copyrightColumn .copyRightContainer {
    justify-content: center;
    padding-left: 0px;
  }
}
.footerMainContainer .footerMainBottomRow .copyrightColumn .copyRightContainer span {
  font-family: gothamBook;
  font-weight: 400;
  font-size: 10px;
  color: #D4D4D4;
  line-height: 16px;
}
.footerMainContainer .footerMainBottomRow .footerNavigationColumn {
  width: 100%;
  height: 76px;
}
.footerMainContainer .footerMainBottomRow .footerNavigationColumn .footerNavigation {
  width: 100%;
  height: 76px;
}
.footerMainContainer .footerMainBottomRow .footerNavigationColumn .footerNavigation .footerlistContainer {
  width: 100%;
  height: 76px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1440px) {
  .footerMainContainer .footerMainBottomRow .footerNavigationColumn .footerNavigation .footerlistContainer {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footerMainContainer .footerMainBottomRow .footerNavigationColumn .footerNavigation .footerlistContainer {
    display: block;
  }
}
.footerMainContainer .footerMainBottomRow .footerNavigationColumn .footerNavigation .footerlistContainer li {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .footerMainContainer .footerMainBottomRow .footerNavigationColumn .footerNavigation .footerlistContainer li {
    margin-left: 0px;
    text-align: center;
  }
}
.footerMainContainer .footerMainBottomRow .footerNavigationColumn .footerNavigation .footerlistContainer li a {
  font-family: gothamBook;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
  line-height: 18px;
}

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