@charset "UTF-8";.common-footer {
  position: relative;
}
@-webkit-keyframes scaleXAnimation-f5293fa2 {
0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); /* 开始时，元素正常大小 */
}
50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); /* 中间点，元素完全缩小 */
}
100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); /* 结束时，元素恢复原始大小 */
}
}
@keyframes scaleXAnimation-f5293fa2 {
0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); /* 开始时，元素正常大小 */
}
50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); /* 中间点，元素完全缩小 */
}
100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); /* 结束时，元素恢复原始大小 */
}
}
.footer-section[data-v-f5293fa2] {
  padding: 2.08333vw 3.125vw;
}
.home-footer-content-bg[data-v-f5293fa2] {
  background: rgb(254, 251, 249);
}
.not-home-footer-content-bg[data-v-f5293fa2] {
  background: rgb(248, 248, 248);
}
.footer-content[data-v-f5293fa2] {
  border-radius: 0.625vw;
  min-height: 15.625vw;
  padding: 3.125vw 8.33333vw;
  width: 100%;
}
.footer-content img[data-v-f5293fa2] {
  width: 1.875vw;
  height: 1.875vw;
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 0, 0, 0.75);
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0, 0.75);
}
.footer-content img[data-v-f5293fa2]:hover {
  opacity: 0.75;
}
.footer-content img[data-v-f5293fa2]:not(:last-child) {
  margin-bottom: 1.5625vw;
}
.footer-content-title[data-v-f5293fa2] {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand-500;
  font-size: 1.14583vw;
  font-weight: 500;
  line-height: 1.71875vw;
  letter-spacing: 0px;
  text-align: left;
  text-transform: capitalize;
  padding-bottom: 0.625vw;
}
.footer-content-text[data-v-f5293fa2] {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.71875vw;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 0.625vw;
}
.footer-content-text span[data-v-f5293fa2] {
  position: relative;
}
.footer-content-text span[data-v-f5293fa2]::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(0, 0, 0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: -webkit-transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96), -webkit-transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
}
.footer-content-text:hover span[data-v-f5293fa2]::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.copy-right-margin[data-v-f5293fa2] {
  margin: 3.125vw 0 0.83333vw;
}
.footer-bottom-text[data-v-f5293fa2] {
  color: rgb(158, 158, 158);
  font-family: URW Form Expand-500;
  font-size: 0.72917vw;
  font-weight: 500;
  line-height: 1.875vw;
  letter-spacing: 0px;
  text-align: left;
}
.footer-bottom-text span[data-v-f5293fa2] {
  position: relative;
}
.footer-bottom-text span[data-v-f5293fa2]::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(158, 158, 158);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: -webkit-transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  transition: transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96), -webkit-transform 0.5s cubic-bezier(0.48, 0.04, 0.52, 0.96);
}
.footer-bottom-text:hover span[data-v-f5293fa2]::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.vertical-bar[data-v-f5293fa2] {
  border-left: 1px solid rgb(158, 158, 158);
  height: 1.04167vw;
  width: 0px;
  margin: 0 4.6875vw;
}
.contact-section[data-v-f5293fa2] {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand-700;
  font-size: 1.04167vw;
  font-weight: 700;
  line-height: 1.5625vw;
  letter-spacing: 0px;
  text-align: left;
}
.contact-section .contact-us[data-v-f5293fa2] {
  color: rgb(78, 114, 249);
  margin-top: 0.83333vw;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.contact-section .contact-us img[data-v-f5293fa2] {
  margin-bottom: 0.15625vw;
  width: 1.25vw;
  height: 1.25vw;
}
.contact-section .contact-us[data-v-f5293fa2]::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 0.10417vw;
  background: rgb(78, 114, 249);
}
.contact-section .contact-us[data-v-f5293fa2]:hover::after {
  -webkit-animation: scaleXAnimation-f5293fa2 0.8s cubic-bezier(0.48, 0.04, 0.52, 0.96);
          animation: scaleXAnimation-f5293fa2 0.8s cubic-bezier(0.48, 0.04, 0.52, 0.96);
}.isMob .m-b-12[data-v-55d09c82] {
  margin-bottom: 0.75rem;
}
.isMob .footer-section[data-v-55d09c82] {
  padding: 1.25rem;
}
.isMob .home-footer-content-bg[data-v-55d09c82] {
  background: rgb(254, 251, 249);
}
.isMob .not-home-footer-content-bg[data-v-55d09c82] {
  background: rgb(248, 248, 248);
}
.isMob .footer-content[data-v-55d09c82] {
  border-radius: 0.75rem;
  padding: 1rem;
  width: 100%;
}
.isMob .contact-desc[data-v-55d09c82] {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand-500;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: 0;
  text-align: left;
}
.isMob .contact-desc span[data-v-55d09c82]:not(:last-child) {
  margin-right: 0.25rem;
}
.isMob .contact-us[data-v-55d09c82] {
  margin: 0.5rem 0 2.5rem;
  color: rgb(78, 114, 249);
  font-family: URW Form Expand;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}
.isMob .contact-us img[data-v-55d09c82] {
  margin-bottom: 0.1875rem;
  width: 1.5rem;
  height: 1.5rem;
}
.isMob .contact-us[data-v-55d09c82]::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: rgb(78, 114, 249);
}
.isMob .bottom-icon-list[data-v-55d09c82] {
  margin-top: 1.5rem;
}
.isMob .bottom-icon-list img[data-v-55d09c82] {
  width: 2.25rem;
  height: 2.25rem;
}
.isMob .bottom-icon-list img[data-v-55d09c82]:not(:last-child) {
  margin-right: 1.875rem;
}
.isMob .footer-content-title[data-v-55d09c82] {
  color: rgb(0, 0, 0);
  font-family: URW Form Expand-500;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.0625rem;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  padding-bottom: 1.5rem;
}
.isMob .footer-content-title img[data-v-55d09c82] {
  width: 1.5rem;
  height: 1.5rem;
}
.isMob .footer-content-text[data-v-55d09c82] {
  color: rgb(50, 51, 54);
  font-family: URW Form Expand;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.0625rem;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 0.75rem;
}
.isMob .copy-right-margin[data-v-55d09c82] {
  margin: 3.75rem 0 0.5rem;
}
.isMob .footer-bottom-text[data-v-55d09c82] {
  color: rgb(158, 158, 158);
  font-family: URW Form Expand-500;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0;
  text-align: left;
}
.isMob .vertical-bar[data-v-55d09c82] {
  border-left: 0.0625rem solid rgb(158, 158, 158);
  height: 1.25rem;
  width: 0;
  margin: 0 0.625rem;
}