.Footer__Container {
  background-color: #090909;
  color: #ffffff;
  display: none;
  margin: 56px 0 0;
  padding: 84px 0 30px 0;
}

.Footer__Wrapper {
  margin: 0 auto;
  max-width: 360px;
}

.Footer__Upper__Wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 93px;
}

.Footer__Upper__Wrapper a {
  color: white;
  font-weight: 700;
  margin: 0 5px;
  text-decoration: none;
}

.Footer__Upper__Wrapper a:last-child {
  margin-right: 0;
}

.Footer__Logo {
  background-image: url('/logo/sc-logo-horizontal-20-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex: 1;
  height: 26px;
  justify-content: flex-start;
  width: 216px;
}

.Footer__Socials {
  display: flex;
  flex: 1;
  justify-content: center;
}

.Footer__Top__Link {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.Footer__Circle {
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  height: 122px;
  justify-content: center;
  width: 122px;
}

a.Footer__Top__Text {
  color: #000000;
  margin: 0;
  max-width: 55px;
  text-align: center;
  -webkit-transform: rotate( 25deg ); 
          transform: rotate( 25deg );
}

.Footer__Lower__Wrapper {
  color: #757575;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
}

.Footer__Lower__Wrapper a {
  color: #757575;
  margin: 0 7px;
}

.Footer__Lower__Wrapper a:first-child {
  margin-left: 0;
}

@media (min-width: 960px) {
  .Footer__Container {
    display: block;
  }
  
  .Footer__Wrapper {
    max-width: 875px;
  }
}

@media (min-width: 1080px) {
  .Footer__Wrapper {
    max-width: 1240px;
  }
}