#footer {
  margin-top: 0;
}
.support {
  background: url(../support/img/support_banner@2x.jpg) bottom center no-repeat;
  background-size: 100% auto;
  padding: 10rem 0 13rem 0;
}
.banner_main {
  text-align: center;
}
.banner_desc {
  font-size: 2.2rem;
  margin-top: 18px;
}
.banner_main h1 {
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 700;
}

.search {
  width: min(100%, 700px);
  margin: 3rem auto;
  position: relative;
}
input {
  border-radius: 10px;
  border: 2px solid rgba(51, 51, 51, 1);
  font-size: 1.8rem;
  background: url(../support/img/search.svg) 3rem center no-repeat;
  background-size: 20px 20px;
  padding-left: 6rem;
}

.quick_access {
  display: flex;
  gap: 30px;
  margin-top: 9rem;
  justify-content: center;
  align-items: stretch;
}
.quick_access_item {
  width: 20%;
  display: block;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);

  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(26.399999618530273px);
  text-align: center;
  padding: 4rem 3rem;
  transition: all 0.3s ease-in-out;
}
.quick_access_item b {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  color: #333;
  margin: 20px auto 10px auto;
}
.quick_access_item span {
  display: block;
  font-size: 14px;
  color: #666;
}
.quick_access_item a {
  text-decoration: none;
  display: block;
  font-size: 14px;
}
.quick_access_item:hover {
  transform: translateY(-10px);
}

.quick_access_item_link a {
  text-decoration: underline;
}

.support_center {
  margin: 20px auto;
  width: min(100%, 980px);
  padding: 0 21px;
}
.result {
  min-height: 950px;
  margin: 30px 0;
  border: 1px solid #e5e5e5;
  position: relative;
}
.google_search_loading {
  position: fixed;
  top: 50%;
  z-index: 2;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.is-loading .google_search_loading {
  display: block;
}
@media (max-width: 1200px) {
  .support {
    background-size: cover;
    padding: 6rem 0;
  }
  .quick_access {
    flex-wrap: wrap;
  }
  .quick_access_item {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .quick_access_item {
    width: 100%;
  }
  .support {
    background: linear-gradient(180deg, #e1eefe 15.37%, #3477f1 36.45%, #437bf1 100%);

    /* background: url(../support/img/support_banner_mobile.jpg) bottom center no-repeat;
    background-size: 100% auto; */
  }
}
