<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#support .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 16px;
}

#support .link-list__item {
  width: calc((100% / 2) - (16px * 1 / 2));
  margin-bottom: calc(8px * 3);
  padding-bottom: calc(8px * 3);
  border-bottom: 1px solid #f3f3f3;
}

@media screen and (max-width: 959px) {
  #support .link-list__item {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #support .link-list__item {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #support .link-list__item {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #support .link-list__item {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  #support .link-list__item {
    width: 100%;
  }
}

#support .link-list__item a {
  display: block;
  position: relative;
  padding-left: 28px;
  width: 100%;
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  #support .link-list__item a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  #support .link-list__item a {
    padding-left: 24px;
    font-size: 1.6rem;
  }
}

#support .link-list__item a::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  aspect-ratio: 1/1;
  background: #1A5CB9;
  -webkit-mask-image: url("/img/general/icon/arrow-circle.svg");
  mask-image: url("/img/general/icon/arrow-circle.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 519px) {
  #support .link-list__item a::before {
    top: 4px;
    width: 16px;
  }
}

#support .link-list__item a:hover {
  -webkit-transform: translate(4px, 0);
  transform: translate(4px, 0);
  text-decoration: underline;
}

/*# sourceMappingURL=../../../maps/general/pages/support.css.map */
</pre></body></html>