.attached {
  display: none;
  max-width: 235px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: fixed;
  top: 6rem;
  right: -1px;
  z-index: 1000;
}

.attached__btn--dark {
  color: #fff;
  background-color: #004254;
}

.attached__btn {
  display: flex;
  align-items: center;
  height: 5.5rem;
  padding: 14px 30px 14px 56px;
  font-size: 13px;
  border: 1px solid currentColor;
  position: relative;
  transition: all 0.35s;
}

.footer-wrapper .footer a.attached__btn--dark:hover, .footer-wrapper .footer a.attached__btn--dark:focus {
  color: #004254;
  background-color: #fff;
}

.attached__btn svg {
  width: 23px;
  height: 22px;
  margin-left: 0;
  margin-right: 0.875rem;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translate(0, -50%);
}

.main-container.container ul.attached li {
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  .attached {
    display: block;
    top: 8rem;
  }

  .attached__btn {
    padding: 14px 30px 14px 27px;
  }

  .attached span {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .attached {
    display: block;
    top: 18rem;
  }
}

@media only screen and (min-width: 1024px) {
  .attached {
    top: 22rem;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .attached {
    top: 22rem;
  }
}
