@charset "UTF-8";
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:after,
:before {
  --mkt-content: "";
}

:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: "思源宋体", 思源宋体, "Source Han Serif CN", "SourceHanSerifCN-Regular", serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
}

fieldset,
legend {
  padding: 0;
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

[role=button],
button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.container .row {
  width: 100%;
}

.text-en {
  text-transform: capitalize;
}

.body-wrapper {
  background-color: #141517;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .body-wrapper {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1536px) {
  .body-wrapper {
    padding-top: 84px;
    padding-top: 5rem;
  }
}

.body-wrapper.page-home {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
@media screen and (min-width: 1024px) {
  .body-wrapper.page-home {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1536px) {
  .body-wrapper.page-home {
    padding: 3rem 0;
  }
}
.body-wrapper.page-home .page-wrapper.page-home {
  width: 100%;
}

.page-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .page-wrapper {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-wrapper {
    padding-left: 86px;
    padding-right: 86px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.back-to-top {
  position: fixed;
  z-index: 9999;
  right: 1rem;
  bottom: 8rem;
  display: none;
}
.back-to-top.not-hidden {
  display: block;
}
.back-to-top svg {
  height: auto;
  fill: #444444;
  transition: all 0.35s ease;
  cursor: pointer;
  width: 32px;
}
@media screen and (min-width: 1024px) {
  .back-to-top svg {
    width: 48px;
  }
}
@media screen and (min-width: 1536px) {
  .back-to-top svg {
    width: 64px;
  }
}
.back-to-top svg:hover {
  fill: #b98e2c;
}

.about-wrapper-padding {
  padding: 2rem 1rem;
}
@media screen and (min-width: 1024px) {
  .about-wrapper-padding {
    padding: 2rem 3rem;
  }
}
@media screen and (min-width: 1366px) {
  .about-wrapper-padding {
    padding: 3rem 4rem;
  }
}
@media screen and (min-width: 1536px) {
  .about-wrapper-padding {
    padding: 64px 150px;
  }
}

.not-found {
  text-align: center;
  margin: 100px auto;
  color: #676767;
  width: 100%;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .not-found {
    margin: 150px auto;
  }
}
@media screen and (min-width: 1536px) {
  .not-found {
    margin: 200px auto;
  }
}
.not-found-cn {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .not-found-cn {
    font-size: 36px;
  }
}
@media screen and (min-width: 1366px) {
  .not-found-cn {
    font-size: 48px;
  }
}
@media screen and (min-width: 1536px) {
  .not-found-cn {
    font-size: 58px;
  }
}
.not-found-en {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .not-found-en {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .not-found-en {
    font-size: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .not-found-en {
    font-size: 23px;
  }
}

header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 1rem;
  padding-top: 2rem;
  background-color: #141517;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  header {
    height: auto;
    padding: 0;
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  header {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1536px) {
  header {
    padding-top: 4rem;
  }
}
header .header-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  header .header-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  header .header-wrapper {
    padding-left: 86px;
    padding-right: 86px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
header .header-wrapper .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header .header-wrapper .flex-wrapper {
    align-items: flex-start;
  }
}
header .logo {
  position: relative;
  z-index: 50;
}
header .logo img {
  display: block;
  width: 56px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  header .logo img {
    width: 64px;
  }
}
@media screen and (min-width: 1536px) {
  header .logo img {
    width: 72px;
  }
}
header .header-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.45s ease;
  position: absolute;
  left: 0;
  top: -110vh;
  width: 100%;
  height: 100vh;
  background-color: #141517;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  header .header-content {
    background-color: transparent;
    height: auto;
    justify-content: flex-end;
    opacity: 1;
    visibility: visible;
    position: relative;
    left: auto;
    top: auto;
    width: auto;
  }
}
header .header-menu {
  height: 100%;
}
@media screen and (min-width: 768px) {
  header .header-menu {
    height: auto;
  }
}
header .header-menu ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  header .header-menu ul {
    margin-top: 0;
  }
}
header .header-menu li {
  text-align: center;
  border-bottom: 2px solid transparent;
  padding-bottom: 6px;
  width: 100%;
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  header .header-menu li {
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  header .header-menu li {
    margin-right: 12px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1366px) {
  header .header-menu li {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1536px) {
  header .header-menu li {
    margin-right: 56px;
  }
}
header .header-menu li:last-of-type {
  margin-right: 0;
}
header .header-menu li.active {
  border-bottom-color: transparent;
}
@media screen and (min-width: 768px) {
  header .header-menu li.active {
    border-bottom-color: #b98e2c;
  }
}
header .header-menu li.active .text-cn {
  color: #b98e2c;
}
header .header-menu li.active .text-en {
  color: #916e1e;
}
header .header-menu p {
  line-height: 1;
}
header .header-menu .text-cn {
  color: #ffffff;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  header .header-menu .text-cn {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1366px) {
  header .header-menu .text-cn {
    font-size: 22px;
  }
}
@media screen and (min-width: 1536px) {
  header .header-menu .text-cn {
    font-size: 28px;
    letter-spacing: 2px;
  }
}
header .header-menu .text-en {
  color: #6e6e6e;
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
}
@media screen and (min-width: 1366px) {
  header .header-menu .text-en {
    font-size: 14px;
  }
}
@media screen and (min-width: 1536px) {
  header .header-menu .text-en {
    font-size: 15px;
  }
}
header .search-box {
  margin-right: 0;
  width: 100%;
  margin-top: 15vh;
}
@media screen and (min-width: 768px) {
  header .search-box {
    margin-top: 0;
    width: auto;
    margin-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  header .search-box {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1366px) {
  header .search-box {
    margin-right: 48px;
  }
}
@media screen and (min-width: 1536px) {
  header .search-box {
    margin-right: 72px;
  }
}
header .search-box input {
  background-color: transparent;
  outline: none;
  color: #7b7b7b;
  position: relative;
  width: calc(100% - 28px);
  padding-left: 12px;
}
header .search-box button {
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/hugeclaw/assets/images/icon-search.png");
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 8px;
}
header .search-box form {
  border-radius: 100px;
  position: relative;
  border: 1px solid #434343;
  padding: 6px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  header .search-box form {
    margin: 0;
    width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  header .search-box form {
    padding: 8px;
    width: 200px;
  }
}
@media screen and (min-width: 1366px) {
  header .search-box form {
    width: 240px;
  }
}
@media screen and (min-width: 1536px) {
  header .search-box form {
    width: 320px;
  }
}
header .search-box .recommend {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.15s;
}
header .search-box .recommend .list {
  border: 1px solid #434343;
  background-color: #222324;
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}
header .search-box .recommend ul {
  margin-top: 6px;
}
header .search-box .recommend li {
  margin-bottom: 6px;
}
header .search-box .recommend li:last-of-type {
  margin-bottom: 0;
}
header .search-box .recommend small {
  font-size: 14px;
  color: #aaaaaa;
  margin-left: 12px;
}
header .search-box .recommend a {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 4px 12px;
}
@media screen and (min-width: 1024px) {
  header .search-box .recommend a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1366px) {
  header .search-box .recommend a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  header .search-box .recommend a {
    font-size: 18px;
  }
}
header .search-box .recommend a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
header .search-box input:focus + .recommend {
  opacity: 1;
  visibility: visible;
}

header .header-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  cursor: pointer;
  border: 2px solid #b98e2c;
  z-index: 50;
  order: 2;
}
@media screen and (min-width: 768px) {
  header .header-toggle {
    display: none;
  }
}
header .header-toggle i {
  font-size: 18px;
  color: #b98e2c;
  display: inline-block;
}
header .header-toggle i.ti-close {
  display: none;
}

header.opened .header-content {
  top: 0;
  visibility: visible;
  opacity: 1;
}
header.opened .header-toggle i.ti-menu {
  display: none;
}
header.opened .header-toggle i.ti-close {
  display: inline-block;
}

footer {
  background-color: #191b1d;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  footer {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1536px) {
  footer {
    padding-top: 72px;
    padding-bottom: 36px;
  }
}
footer .title {
  text-align: center;
}
footer .title .title-cn,
footer .title .title-en {
  line-height: 1;
}
footer .title .title-cn {
  font-size: 18px;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  footer .title .title-cn {
    font-size: 20px;
  }
}
@media screen and (min-width: 1536px) {
  footer .title .title-cn {
    font-size: 24px;
  }
}
footer .title .title-en {
  color: #6e6e6e;
  font-size: 16px;
  margin-top: 6px;
}
@media screen and (min-width: 1536px) {
  footer .title .title-en {
    font-size: 18px;
  }
}
footer .icp {
  text-align: center;
  line-height: 1;
  color: #b5b4b2;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  footer .icp {
    font-size: 13px;
  }
}
@media screen and (min-width: 1536px) {
  footer .icp {
    font-size: 14px;
  }
}
footer .follow {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  footer .follow {
    margin-top: 24px;
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 1536px) {
  footer .follow {
    margin-top: 32px;
    margin-bottom: 120px;
  }
}
footer .follow ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer .follow li {
  position: relative;
  margin-right: 1rem;
}
@media screen and (min-width: 1536px) {
  footer .follow li {
    margin-right: 2rem;
  }
}
footer .follow li:last-of-type {
  margin-right: 0;
}
footer .follow a {
  position: relative;
}
footer .follow img {
  display: block;
  width: auto;
  height: 24px;
  position: relative;
  z-index: 10;
  transition: all 0.25s ease;
}
footer .follow .hovered {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
}
footer .follow li:hover .hovered {
  opacity: 1;
  visibility: visible;
}

@font-face {
  font-family: "wrjls";
  src: url("/wp-content/themes/hugeclaw/assets/fonts/wrjls.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:host,
html,
body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: "wrjls", "微软简老宋", "wrjls";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

.page-home .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
.page-home .flex-wrapper:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .page-home .flex-wrapper {
    margin: 0 0 24px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .flex-wrapper {
    margin: 0 0 40px;
  }
}
.page-home .flex-wrapper .item-equal {
  width: 100%;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1024px) {
  .page-home .flex-wrapper .item-equal {
    margin: 0;
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (min-width: 1536px) {
  .page-home .flex-wrapper .item-equal {
    width: calc((100% - 80px) / 3);
  }
}
.page-home .flex-wrapper .item-large {
  width: 100%;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1024px) {
  .page-home .flex-wrapper .item-large {
    margin: 0;
    width: calc(100% - 24px - (100% - 48px) / 3);
  }
}
@media screen and (min-width: 1536px) {
  .page-home .flex-wrapper .item-large {
    width: calc(100% - 40px - (100% - 80px) / 3);
  }
}
.page-home .flex-wrapper .item {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #000000;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page-home .flex-wrapper .item {
    height: 360px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .flex-wrapper .item {
    height: 436px;
  }
}
.page-home .flex-wrapper .item-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.page-home .flex-wrapper .item-1 .logo img {
  width: 124px;
  height: auto;
  display: block;
}
.page-home .flex-wrapper .item-1 .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 50;
}
.page-home .flex-wrapper .item-1 .logo-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/hugeclaw/assets/images/page-home/bg-home-logo.jpg");
  z-index: 30;
}
.page-home .flex-wrapper .item-1:hover .logo-bg {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.page-home .flex-wrapper .item-last {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-home .flex-wrapper .item-last .box {
  width: 100%;
  height: 220px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page-home .flex-wrapper .item-last .box {
    height: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 1536px) {
  .page-home .flex-wrapper .item-last .box {
    height: calc((100% - 40px) / 2);
  }
}
.page-home .flex-wrapper .item-last .box:nth-of-type(1) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .page-home .flex-wrapper .item-last .box:nth-of-type(1) {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .flex-wrapper .item-last .box:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
.page-home .banner-big,
.page-home .banner-regular-one,
.page-home .banner-regular-two,
.page-home .banner-small {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}
.page-home .banner-full-size .swiper-container {
  width: 100%;
  height: 100%;
}
.page-home .banner-full-size .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-home .banners-home {
  transition: all 0.45s ease;
}
.page-home .banners-home .swiper-pagination {
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home .banners-home .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 0;
  background: #fff;
}
.page-home .banners-home .swiper-pagination-bullet-active {
  background: #fff;
}
.page-home .marque-1-cover,
.page-home .marque-2-cover,
.page-home .marque-3-cover,
.page-home .marque-4-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  pointer-events: none;
}
.page-home .marque-1-cover {
  background-image: url("/wp-content/themes/hugeclaw/assets/images/page-home/grid-cover.png");
  background-size: 75%;
  display: none;
}
.page-home .marque-2-cover,
.page-home .marque-3-cover {
  background-image: url("/wp-content/themes/hugeclaw/assets/images/page-home/grid-cover-small.png");
  background-size: 75%;
  display: none;
}
.page-home .marque-4-cover {
  background-image: url("/wp-content/themes/hugeclaw/assets/images/page-home/grid-cover-xs.png");
  background-size: 75%;
  display: none;
}
.page-home .details-btn {
  background-color: rgba(45, 45, 45, 0.33);
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  transition-delay: 0.3s;
}
@media screen and (min-width: 1024px) {
  .page-home .details-btn {
    padding: 1rem 0.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-home .details-btn {
    padding: 8px 36px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .details-btn {
    padding: 8px 48px;
  }
}
.page-home .details-btn h3,
.page-home .details-btn h4 {
  line-height: 1;
}
.page-home .details-btn h3 {
  font-size: 18px;
  margin: 0 0 2px;
  color: #ffffff;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1536px) {
  .page-home .details-btn h3 {
    font-size: 24px;
  }
}
.page-home .details-btn h4 {
  margin: 0;
  font-size: 16px;
  color: #e1e1e1;
  font-size: 14px;
}
@media screen and (min-width: 1536px) {
  .page-home .details-btn h4 {
    font-size: 16px;
  }
}
.page-home .details-btn.bg-dark {
  background-color: rgba(0, 0, 0, 0.3);
}
.page-home .details-btn.bg-dark h3 {
  color: #ffffff;
}
.page-home .details-btn.bg-dark h4 {
  color: #aaaaaa;
}
.page-home .marque-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.55s ease;
  transition-delay: 0.15s;
}
.page-home .item-1:hover .marque-wrapper,
.page-home .item-2:hover .marque-wrapper,
.page-home .item-3:hover .marque-wrapper {
  opacity: 1;
  visibility: visible;
}
.page-home .item-1:hover .marque-1-cover,
.page-home .item-1:hover .marque-2-cover,
.page-home .item-1:hover .marque-3-cover,
.page-home .item-2:hover .marque-1-cover,
.page-home .item-2:hover .marque-2-cover,
.page-home .item-2:hover .marque-3-cover,
.page-home .item-3:hover .marque-1-cover,
.page-home .item-3:hover .marque-2-cover,
.page-home .item-3:hover .marque-3-cover {
  opacity: 0.8;
  visibility: visible;
}
.page-home .item-1:hover .details-btn,
.page-home .item-2:hover .details-btn,
.page-home .item-3:hover .details-btn {
  opacity: 1;
  visibility: visible;
}
.page-home .item-last .box.b {
  overflow: hidden;
}
.page-home .hover-scale {
  overflow: hidden;
}
.page-home .hover-scale img {
  transition: all 0.4s ease;
}
.page-home .item-last .box.a:hover .marque-wrapper,
.page-home .item-last .box.b:hover .marque-wrapper {
  opacity: 1;
  visibility: visible;
}
.page-home .item-last .box.a:hover .marque-4-cover,
.page-home .item-last .box.b:hover .marque-4-cover {
  opacity: 0.8;
  visibility: visible;
}
.page-home .item-last .box.a:hover .details-btn,
.page-home .item-last .box.b:hover .details-btn {
  opacity: 1;
  visibility: visible;
}
.page-home .item-last .box.a:hover .about,
.page-home .item-last .box.b:hover .about {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.page-home .item-last .box.a:hover .hover-scale img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.page-home .about {
  position: relative;
  background-image: url("/wp-content/themes/hugeclaw/assets/images/page-home/img-about.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
.page-home :root {
  --scrollerWidthMarqueDemoOne: 0;
  --scrollerSpeedMarqueDemoOne: 0;
  --scrollerWidthMarqueDemoTwo: 0;
  --scrollerSpeedMarqueDemoTwo: 0;
  --scrollerWidthMarqueDemoThree: 0;
  --scrollerSpeedMarqueDemoThree: 0;
  --scrollerWidthMarqueDemoFour: 0;
  --scrollerSpeedMarqueDemoFour: 0;
}
.page-home .scroller {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
}
.page-home .scroller-track {
  overflow: hidden;
  position: relativew;
  position: absolute;
  display: flex;
  height: 100%;
}
.page-home .marque-one .scroller-track.animate {
  animation: scroll var(--scrollerSpeedMarqueDemoOne) 0.5s ease infinite;
}
.page-home .marque-two .scroller-track.animate {
  animation: scrollTwo var(--scrollerSpeedMarqueDemoTwo) 0.5s ease infinite;
}
.page-home .marque-three .scroller-track.animate {
  animation: scrollThree var(--scrollerSpeedMarqueDemoThree) 0.5s ease infinite;
}
.page-home .marque-four .scroller-track.animate {
  animation: scrollFour var(--scrollerSpeedMarqueDemoFour) 0.5s ease infinite;
}
.page-home .scroller-item {
  position: relative;
  width: 128px;
  margin-right: 1px;
}
@media screen and (min-width: 1024px) {
  .page-home .scroller-item {
    width: 143px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .scroller-item {
    width: 168px;
  }
}
.page-home .scroller-item .img {
  width: 100%;
  height: 50%;
  height: calc(50% - 0.5px);
  position: relative;
}
.page-home .scroller-item .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 10;
}
.page-home .scroller-item .img:nth-of-type(1) {
  margin-bottom: 1px;
}
.page-home .scroller-item.size-large {
  width: 128px;
}
@media screen and (min-width: 1024px) {
  .page-home .scroller-item.size-large {
    width: 242px;
  }
}
.page-home .scroller-item.size-large .img {
  height: 100%;
}
.page-home .scroller-item.size-large .img:nth-of-type(1) {
  margin-bottom: 0;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--scrollerWidthMarqueDemoOne));
  }
}
@keyframes scrollTwo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--scrollerWidthMarqueDemoTwo));
  }
}
@keyframes scrollThree {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--scrollerWidthMarqueDemoThree));
  }
}
@keyframes scrollFour {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--scrollerWidthMarqueDemoFour));
  }
}

.page-about section.about-and-honor {
  background-color: #191b1d;
  margin-bottom: 24px;
}
@media screen and (min-width: 1536px) {
  .page-about section.about-and-honor {
    margin-bottom: 40px;
  }
}
.page-about section.about-and-honor .inner-right {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
.page-about section.about-and-honor .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-about section.about-and-honor .flex-wrapper {
    align-items: stretch;
  }
}
.page-about section.about-and-honor .honor-bg {
  margin-top: 2rem;
  height: 320px;
}
@media screen and (min-width: 1024px) {
  .page-about section.about-and-honor .honor-bg {
    margin-top: 0;
    height: auto;
    flex-grow: 1;
  }
}
.page-about section.about-and-honor .honor-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.page-about section.about-and-honor .half-right {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .page-about section.about-and-honor .half-right {
    margin: 0;
  }
}
.page-about section.about-and-honor .half-left,
.page-about section.about-and-honor .half-right {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-about section.about-and-honor .half-left,
  .page-about section.about-and-honor .half-right {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.about-and-honor .half-left,
  .page-about section.about-and-honor .half-right {
    width: calc(50% - 60px);
  }
}
.page-about section.about-and-honor .left {
  margin: 0 0 2rem;
}
@media screen and (min-width: 1024px) {
  .page-about section.about-and-honor .left {
    margin: 0;
  }
}
.page-about section.about-and-honor .intro-text p {
  line-height: 1.75;
  color: #fff;
  font-size: 20px;
  margin: 0 0 1rem;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .page-about section.about-and-honor .intro-text p {
    font-size: 16px;
    margin: 0 0 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-about section.about-and-honor .intro-text p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.about-and-honor .intro-text p {
    margin: 0 0 2rem;
    font-size: 20px;
  }
}
.page-about section.about-and-honor .intro-text p:last-of-type {
  margin-bottom: 0;
}
.page-about .first-section {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .page-about .first-section {
    margin-top: 96px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about .first-section {
    margin-top: 120px;
  }
}
.page-about section.introduction .intro-text {
  overflow-y: auto;
  padding-right: 1rem;
}
@media screen and (min-width: 1024px) {
  .page-about section.introduction .intro-text {
    height: 186px;
    padding-right: 2rem;
  }
}
.page-about section.introduction ::-webkit-scrollbar {
  width: 4px;
  height: 96px;
}
.page-about section.introduction ::-webkit-scrollbar-track {
  background: #191b1d;
  border-radius: 0px;
}
.page-about section.introduction ::-webkit-scrollbar-thumb {
  background-color: #616161;
  border-radius: 8px;
}
.page-about section.introduction ::-webkit-scrollbar-thumb:hover {
  background-color: #444444;
}
.page-about .about-structure .flex-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-about .about-structure .img {
  width: 100%;
  margin: 0 0 24px;
}
@media screen and (min-width: 1024px) {
  .page-about .about-structure .img {
    margin: 0;
    width: 540px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about .about-structure .img {
    width: 605px;
  }
}
.page-about .about-structure .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about .about-structure .img.contact img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-about .about-structure .content {
  background-color: #191b1d;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-about .about-structure .content {
    width: calc(100% - 24px - 540px);
    padding-top: 88px;
    padding-left: 120px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about .about-structure .content {
    width: calc(100% - 40px - 605px);
    padding-top: 110px;
    padding-left: 150px;
    padding-right: 100px;
  }
}
.page-about .about-structure .content.contact {
  padding-top: 24px;
}
@media screen and (min-width: 1024px) {
  .page-about .about-structure .content.contact {
    padding-top: 36px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about .about-structure .content.contact {
    padding-top: 48px;
  }
}
.page-about section.introduction p,
.page-about p.address {
  line-height: 1.75;
  color: #fff;
  font-size: 20px;
  margin: 0 0 1.5rem;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .page-about section.introduction p,
  .page-about p.address {
    font-size: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.introduction p,
  .page-about p.address {
    font-size: 22px;
    margin: 0 0 2rem;
  }
}
.page-about section.introduction p:last-of-type,
.page-about p.address:last-of-type {
  margin-bottom: 0;
}
.page-about p.address {
  color: #b5b4b2;
}
.page-about .content-title {
  color: #ffffff;
  margin: 0 0 24px;
}
@media screen and (min-width: 1024px) {
  .page-about .content-title {
    margin: 0 0 36px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about .content-title {
    margin: 0 0 48px;
  }
}
.page-about .content-title h2,
.page-about .content-title h3 {
  line-height: 1;
}
.page-about .content-title h2 {
  margin-bottom: 8px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .page-about .content-title h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1366px) {
  .page-about .content-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about .content-title h2 {
    font-size: 40px;
    margin-bottom: 12px;
  }
}
.page-about .content-title h3 {
  font-size: 16px;
  color: #6e6e6e;
}
@media screen and (min-width: 768px) {
  .page-about .content-title h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1366px) {
  .page-about .content-title h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about .content-title h3 {
    font-size: 28px;
  }
}
.page-about .content-title.color-light h2 {
  color: #ffffff;
}
.page-about .content-title.color-light h3 {
  color: #6e6e6e;
}
.page-about .content-title.size-small {
  margin: 0 0 14px;
}
@media screen and (min-width: 1024px) {
  .page-about .content-title.size-small {
    margin: 0 0 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about .content-title.size-small {
    margin: 0 0 18px;
  }
}
.page-about .content-title.size-small h2 {
  margin-bottom: 4px;
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .page-about .content-title.size-small h2 {
    margin-bottom: 6px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about .content-title.size-small h2 {
    font-size: 28px;
  }
}
.page-about .content-title.size-small h3 {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .page-about .content-title.size-small h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about .content-title.size-small h3 {
    font-size: 20px;
  }
}
.page-about .content-title.align-center {
  text-align: center;
}
.page-about section.__contact-info {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .page-about section.__contact-info {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.__contact-info {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.page-about section.__contact-info ul.contact {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .page-about section.__contact-info ul.contact {
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.__contact-info ul.contact {
    margin-bottom: 90px;
  }
}
.page-about section.__contact-info ul.contact li {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-wrap: wrap;
}
.page-about section.__contact-info ul.contact .icon {
  width: 30px;
  height: 30px;
}
.page-about section.__contact-info ul.contact .icon img {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -4px;
}
.page-about section.__contact-info ul.contact p {
  line-height: 1;
  color: #b5b4b2;
  font-size: 15px;
  width: 220px;
  display: block;
  padding-left: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .page-about section.__contact-info ul.contact p {
    font-size: 16px;
    width: 260px;
    padding-left: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.__contact-info ul.contact p {
    font-size: 18px;
    width: 280px;
    padding-left: 40px;
    padding-bottom: 36px;
  }
}
.page-about section.__contact-info ul.contact p:nth-of-type(2) {
  border-left: 1px solid #b5b4b2;
}
.page-about section.__contact-info ul.contact p.email {
  padding-bottom: 0;
}
.page-about .anchor {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1536px) {
  .page-about .anchor.contact {
    height: 152px;
    margin-top: -152px;
  }
}
.page-about section.honor {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .page-about section.honor {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.honor {
    margin-top: 40px;
  }
}
.page-about section.honor .flex-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-about section.honor .img {
  width: 100%;
  margin: 0 0 24px;
}
@media screen and (min-width: 1024px) {
  .page-about section.honor .img {
    margin: 0;
    width: 540px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.honor .img {
    width: 605px;
  }
}
.page-about section.honor .content {
  background-color: #191b1d;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-about section.honor .content {
    width: calc(100% - 24px - 540px);
    padding-top: 108px;
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.honor .content {
    width: calc(100% - 40px - 605px);
    padding-top: 140px;
    padding-left: 150px;
    padding-right: 150px;
  }
}
.page-about section.clients {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #191b1d;
  margin-top: 24px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1024px) {
  .page-about section.clients {
    padding-top: 64px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-about section.clients {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.clients {
    padding-top: 100px;
    margin-top: 40px;
  }
}
.page-about section.clients .content-title {
  margin-bottom: 0;
}
.page-about section.clients .clients-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-about section.clients .client-item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .page-about section.clients .client-item {
    width: 16.6666666667%;
  }
}
.page-about section.clients .client-item.mb-full {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page-about section.clients .client-item.mb-full {
    width: 16.6666666667%;
  }
}
.page-about section.clients .client-item.mb-full .outer {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .page-about section.clients .client-item.mb-full .outer {
    width: 100%;
  }
}
.page-about section.clients .outer {
  padding: 1rem 1rem;
}
@media screen and (min-width: 1024px) {
  .page-about section.clients .outer {
    padding: 1.75rem 1.5rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.clients .outer {
    padding: 2.5rem 1.75rem;
  }
}
.page-about section.clients .img-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 33.3333%;
  text-align: center;
}
.page-about section.clients .img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-about section.clients .img-wrapper img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.page-about section.clients .clients-wrapper.center {
  align-items: stretch;
}
.page-about section.clients .client-item.jumbotron {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-about section.clients .client-item.jumbotron {
    padding: 0;
    width: 66.6666666667%;
  }
}
.page-about section.clients .client-item.jumbotron:before {
  position: absolute;
  z-index: 20;
  width: 1px;
  height: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.12);
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .page-about section.clients .client-item.jumbotron:before {
    height: 80px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.clients .client-item.jumbotron:before {
    height: 96px;
  }
}
.page-about section.clients .client-item.jumbotron .part {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-about section.clients .client-item.jumbotron .part {
    width: 50%;
    height: 100%;
  }
}
.page-about section.clients .client-item.jumbotron .content {
  text-align: center;
  padding-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-about section.clients .client-item.jumbotron .content {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.clients .client-item.jumbotron .content {
    padding-top: 72px;
  }
}
.page-about section.clients .client-item.jumbotron .content p {
  color: #ffffff;
  display: block;
  line-height: 1;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .page-about section.clients .client-item.jumbotron .content p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.clients .client-item.jumbotron .content p {
    font-size: 20px;
  }
}
.page-about section.clients .client-item.jumbotron .content strong {
  color: #b98e2c;
  display: block;
  line-height: 1;
  margin: 1rem 0;
  font-size: 28px;
}
@media screen and (min-width: 1024px) {
  .page-about section.clients .client-item.jumbotron .content strong {
    font-size: 36px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.clients .client-item.jumbotron .content strong {
    font-size: 40px;
  }
}
.page-about section.contact {
  background-color: #191b1d;
  margin-top: 24px;
}
@media screen and (min-width: 1536px) {
  .page-about section.contact {
    margin-top: 40px;
  }
}
.page-about section.contact .flex-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-about section.contact .contact-info {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-about section.contact .contact-info {
    width: auto;
    margin-right: 120px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.contact .contact-info {
    margin-right: 200px;
  }
}
.page-about section.contact .contact-info .qr-code {
  background-color: #ffffff;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 2px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page-about section.contact .contact-info .qr-code {
    width: 128px;
    height: 128px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.contact .contact-info .qr-code {
    width: 138px;
    height: 138px;
  }
}
.page-about section.contact .contact-info .qr-code img {
  display: block;
  width: 100%;
}
.page-about section.contact .contact-info .icon {
  width: 30px;
  height: 30px;
  margin-right: 24px;
}
@media screen and (min-width: 1024px) {
  .page-about section.contact .contact-info .icon {
    margin-right: 28px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.contact .contact-info .icon {
    margin-right: 32px;
  }
}
.page-about section.contact .contact-info .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.page-about section.contact .contact-info li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  color: #b5b4b2;
  margin-bottom: 12px;
}
@media screen and (min-width: 1536px) {
  .page-about section.contact .contact-info li {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.page-about section.contact .location {
  flex: 1;
}
.page-about section.contact .location p {
  color: #b5b4b2;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .page-about section.contact .location p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.contact .location p {
    font-size: 20px;
  }
}
.page-about section.contact .location img {
  display: block;
  height: auto;
  width: 100%;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .page-about section.contact .location img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .page-about section.contact .location img {
    height: 240px;
  }
}
@media screen and (min-width: 1366px) {
  .page-about section.contact .location img {
    height: auto;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.contact .location img {
    width: 920px;
    margin-top: 40px;
  }
}
.page-about section.join {
  background-color: #191b1d;
  margin-top: 24px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .page-about section.join {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.join {
    margin-top: 40px;
    margin-bottom: 5rem;
  }
}
.page-about section.join .jobs .title {
  color: #ffffff;
  padding-bottom: 1rem;
  border-bottom: 1px solid #313131;
  font-size: 20px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .page-about section.join .jobs .title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.join .jobs .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.page-about section.join .jobs ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-about section.join .jobs li {
  color: #ffffff;
  font-size: 16px;
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
  width: 50%;
  margin: 0 0 1rem;
}
@media screen and (min-width: 1024px) {
  .page-about section.join .jobs li {
    margin: 0;
    width: auto;
    font-size: 18px;
    margin-right: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.join .jobs li {
    font-size: 20px;
    margin-right: 1rem;
    padding-right: 1rem;
  }
}
.page-about section.join .jobs li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  right: 0;
  top: 20%;
}
@media screen and (min-width: 1024px) {
  .page-about section.join .jobs li:after {
    background-color: #ffffff;
  }
}
.page-about section.join .jobs li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.page-about section.join .jobs li:last-of-type:after {
  display: none;
}
.page-about section.join .jobs p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .page-about section.join .jobs p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.join .jobs p {
    font-size: 20px;
  }
}
.page-about section.join .jobs .tel {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-about section.join .jobs .tel {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.join .jobs .tel {
    margin-top: 64px;
  }
}
.page-about section.join .join-us-btn {
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  .page-about section.join .join-us-btn {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.join .join-us-btn {
    margin-top: 96px;
  }
}
.page-about section.join .join-us-btn .title-cn {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.25s ease;
}
@media screen and (min-width: 768px) {
  .page-about section.join .join-us-btn .title-cn {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .page-about section.join .join-us-btn .title-cn {
    font-size: 25px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.join .join-us-btn .title-cn {
    font-size: 28px;
  }
}
.page-about section.join .join-us-btn .title-en {
  text-transform: capitalize;
  color: #6e6e6e;
  font-size: 16px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 768px) {
  .page-about section.join .join-us-btn .title-en {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .page-about section.join .join-us-btn .title-en {
    font-size: 22px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.join .join-us-btn .title-en {
    font-size: 25px;
  }
}
.page-about section.join .join-us-btn .join-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-about section.join .join-us-btn .join-icon-wrapper .icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 6px;
}
.page-about section.join .join-us-btn .icon-join {
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/hugeclaw/assets/images/page-about/icon-arrow-right.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  z-index: 30;
  transition: all 0.25s ease;
  position: absolute;
  left: 0;
  top: 0;
}
.page-about section.join .join-us-btn .icon-join.gold {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  background-image: url("/wp-content/themes/hugeclaw/assets/images/page-about/icon-arrow-right-gold.png");
}
.page-about section.join .join-us-btn .outer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-about section.join .join-us-btn p {
  display: block;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.page-about section.join .join-us-btn a:hover .icon-join {
  opacity: 0;
  visibility: hidden;
}
.page-about section.join .join-us-btn a:hover .icon-join.gold {
  opacity: 1;
  visibility: visible;
}
.page-about section.join .join-us-btn a:hover .title-cn {
  color: #b98e2c;
}
.page-about section.join .join-us-btn a:hover .title-en {
  color: #916e1e;
}
.page-about .honors-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-about .honors-wrapper .honor-item {
  position: relative;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .page-about .honors-wrapper .honor-item {
    margin-right: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about .honors-wrapper .honor-item {
    padding: 1rem;
    margin-right: 36px;
    margin-bottom: 24px;
  }
}
.page-about .honors-wrapper .honor-item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .page-about .honors-wrapper .honor-item.size-small {
    margin-right: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about .honors-wrapper .honor-item.size-small {
    margin-right: 28px;
  }
}
.page-about .honors-wrapper p {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.page-about .honors-wrapper strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .page-about .honors-wrapper strong {
    font-size: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about .honors-wrapper strong {
    font-size: 25px;
  }
}
.page-about .honors-wrapper strong.size-small {
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .page-about .honors-wrapper strong.size-small {
    font-size: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about .honors-wrapper strong.size-small {
    font-size: 20px;
  }
}
.page-about .honors-wrapper img.decoration {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  user-select: none;
}
.page-about .honors-wrapper img.left {
  left: 0;
}
.page-about .honors-wrapper img.right {
  right: 0;
}

.page-cases section.cases {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .page-cases section.cases {
    margin-top: 96px;
    min-height: 480px;
  }
}
@media screen and (min-width: 1536px) {
  .page-cases section.cases {
    margin-top: 120px;
    min-height: 600px;
  }
}
.page-cases section.cases .cases-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-cases section.cases .cases-wrapper .case-item {
  margin: 0 0 24px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-cases section.cases .cases-wrapper .case-item {
    margin: 0 24px 36px 0;
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (min-width: 1536px) {
  .page-cases section.cases .cases-wrapper .case-item {
    margin: 0 40px 48px 0;
    width: calc((100% - 80px) / 3);
  }
}
.page-cases section.cases .cases-wrapper .case-item:nth-of-type(3n) {
  margin-right: 0;
}
.page-cases section.cases .cases-wrapper .img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 54%;
  margin: 0 0 12px;
}
.page-cases section.cases .cases-wrapper .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}
.page-cases section.cases .cases-wrapper h3 {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  margin: 0 0 6px;
}
@media screen and (min-width: 1024px) {
  .page-cases section.cases .cases-wrapper h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .page-cases section.cases .cases-wrapper h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1536px) {
  .page-cases section.cases .cases-wrapper h3 {
    font-size: 24px;
  }
}
.page-cases section.cases .cases-wrapper p {
  color: #878787;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 1024px) {
  .page-cases section.cases .cases-wrapper p {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1536px) {
  .page-cases section.cases .cases-wrapper p {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1024px) {
  .page-cases section.cases .cases-wrapper p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-cases section.cases .cases-wrapper p {
    font-size: 18px;
  }
}
.page-cases section.cases .cases-wrapper .case-item.is-hidden {
  display: none;
}
.page-cases section.cases .cases-wrapper .case-item:hover .img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.page-cases .search-title {
  width: 100%;
  color: #ffffff;
  margin-top: 160px;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .page-cases .search-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .page-cases .search-title {
    font-size: 28px;
  }
}
.page-cases .video-wrapper {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.35s ease;
  transform: scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
}
.page-cases .video-wrapper iframe {
  width: 90vw;
  height: 60vh;
}
@media screen and (min-width: 1024px) {
  .page-cases .video-wrapper iframe {
    width: 720px;
    height: 405px;
  }
}
@media screen and (min-width: 1366px) {
  .page-cases .video-wrapper iframe {
    width: 960px;
    height: 540px;
  }
}
.page-cases .video-wrapper button {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  color: #ffffff;
  font-size: 48px;
  font-family: Arial, Baskerville, monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.35s ease;
  right: 0.5rem;
  top: 0.5rem;
}
.page-cases .video-wrapper button:hover {
  color: #b98e2c;
}
@media screen and (min-width: 1024px) {
  .page-cases .video-wrapper button {
    width: 80px;
    height: 80px;
    font-size: 64px;
    right: 1rem;
    top: 1rem;
  }
}
.page-cases .video-wrapper.shown {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}

.good {
  background-color: red;
}

.bad {
  background-color: blue;
}

.lity-content iframe {
  width: 90vw;
  height: 60vh;
}
@media screen and (min-width: 1024px) {
  .lity-content iframe {
    width: 720px;
    height: 405px;
  }
}
@media screen and (min-width: 1366px) {
  .lity-content iframe {
    width: 960px;
    height: 540px;
  }
}

.lity-loader {
  color: transparent !important;
}/*# sourceMappingURL=index.css.map */