html {
  font-family: "Inter", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-display: swap;
}

body {
  line-height: 1.35;
  font: normal 1rem Inter, Roboto, Helvetica, Arial, san-serif;
  color: #eee;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}
body.active {
  height: 100%;
  overflow: hidden;
}

html, body {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-response:before {
  content: "\e919";
}

.icon-moq:before {
  content: "\e93a";
}

.icon-customize:before {
  content: "\e992";
}

.icon-delivery:before {
  content: "\e9af";
}

.icon-play:before {
  content: "\ea15";
}

.icon-pause:before {
  content: "\ea16";
}

.icon-logo:before {
  content: "\e917";
}

.icon-patent:before {
  content: "\e916";
}

.icon-cancel:before {
  content: "\e913";
}

.icon-check:before {
  content: "\e912";
}

.icon-location:before {
  content: "\e90f";
}

.icon-flag:before {
  content: "\e90e";
}

.icon-wechat:before {
  content: "\e910";
}

.icon-user:before {
  content: "\e90d";
}

.icon-edit:before {
  content: "\e904";
}

.icon-email:before {
  content: "\e903";
}

.icon-chevrons-down:before {
  content: "\e914";
}

.icon-chevron-down:before {
  content: "\e915";
}

.icon-search:before {
  content: "\e911";
}

.icon-arrow-right-circle:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e918";
}

.icon-organize:before {
  content: "\e90c";
}

.icon-twitter:before {
  content: "\e90b";
}

.icon-pinterest:before {
  content: "\e90a";
}

.icon-instagram:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\e908";
}

.icon-linkedin:before {
  content: "\e907";
}

.icon-youtube:before {
  content: "\e906";
}

.icon-skype:before {
  content: "\e905";
}

.icon-whatsapp:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e900";
}

body,
ul,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

div,
li {
  box-sizing: border-box;
}

main,
header,
footer,
section,
figure,
figcaption,
article,
aside,
nav,
address,
form,
legend,
fieldset,
details,
summary,
data,
time,
video,
source,
canvas,
svg {
  display: block;
  box-sizing: border-box;
  margin: 0;
}

ul, ol {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

em {
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
  display: block;
  -ms-interpolation-mode: bicubic;
  border: none;
}

video {
  width: 100%;
}
video:focus {
  outline: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

input, textarea {
  border: 0;
  outline: 0;
}
input:focus, textarea:focus {
  outline: 0;
}
input::placeholder, textarea::placeholder {
  color: #f5f5f5;
}

.header, .poplayer {
  display: none;
}

.m-header-wrapper {
  display: block;
  position: sticky;
  top: 0;
  z-index: 9;
  height: 54px;
  background: rgba(20, 40, 60, 0.95);
  -webkit-backdrop-filter: saturate(180%) blur(4px);
  backdrop-filter: saturate(180%) blur(4px);
}

.m-header {
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 2%;
  background: rgba(20, 40, 60, 0.95);
}

.header-logo {
  flex-grow: 3;
}
.header-logo a {
  display: flex;
  align-items: center;
}
.header-logo a em {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
  padding-left: 4px;
}
.header-logo a span {
  font-size: 1.8rem;
  color: rgb(255, 170, 10);
}

.header-lang-m {
  position: relative;
  color: #f5f5f5;
  transform: translateX(-4px);
  user-select: none;
}
.header-lang-m > span {
  display: flex;
  padding: 6px 10px;
  background: rgb(20, 40, 60);
  border: 1px solid rgba(0, 102, 204, 0.5);
  border-radius: 2px;
}
.header-lang-m i {
  display: block;
  transform: translateY(3px);
}

.lang-content-wrapper-m {
  position: absolute;
  z-index: 10;
  top: 100%;
  margin-top: 10px;
  right: -46px;
  background: white;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 10px rgba(20, 40, 60, 0.2);
  color: rgb(20, 40, 60);
  width: 180px;
  height: 0;
  display: none;
  border-radius: 4px;
  will-change: transform;
  transition: all 0.1s, transform, 0.1s;
}
.lang-content-wrapper-m.active {
  height: auto;
  display: block;
}
.lang-content-wrapper-m::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #fff transparent;
  transform: translateX(-50%);
}
.lang-content-wrapper-m ul {
  padding: 10px;
}
.lang-content-wrapper-m li {
  padding: 6px 10px;
  border-radius: 2px;
}
.lang-content-wrapper-m li:active {
  background: rgba(0, 102, 204, 0.8);
  color: #fff;
}

.m-nav-icon {
  width: 42px;
  height: 100%;
  position: relative;
}
.m-nav-icon input {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.m-nav-icon input ~ span:before, .m-nav-icon input ~ span:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 21px;
  height: 2px;
  margin-left: -6px;
  background: #fff;
  border-radius: 2px;
  transform-origin: 50% 50%;
  will-change: transform;
  transform: translateZ(0);
  transition: transform 0.3s, top 0.3s 0.2s;
}
.m-nav-icon input ~ span:before {
  top: 12px;
}
.m-nav-icon input ~ span:after {
  top: 22px;
}
.m-nav-icon input:checked ~ span:before, .m-nav-icon input:checked ~ span:after {
  transition: top 0.3s, transform 0.3s 0.2s;
}
.m-nav-icon input:checked ~ span:before {
  top: 17px;
  transform: rotate(45deg);
}
.m-nav-icon input:checked ~ span:after {
  top: 17px;
  transform: rotate(-45deg);
}

.m-mask {
  position: absolute;
  z-index: 8;
  top: 54px;
  left: 0;
  transform: translateY(-150%);
  width: 100%;
  height: 0;
  opacity: 0;
  background: rgba(20, 40, 60, 0.98);
  -webkit-backdrop-filter: saturate(180%) blur(4px);
  backdrop-filter: saturate(180%) blur(4px);
  overflow: hidden;
  will-change: transform;
  transform: translateZ(0);
  transition: height 0.3s, transform 0.3s, opacity 0.3s;
}
.m-mask.active {
  height: 800px;
  transform: translateY(0);
  opacity: 1;
}

.m-nav-search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 2% 10px;
}
.m-nav-search input::placeholder {
  color: rgba(245, 245, 245, 0.8);
}
.m-nav-search input.m-search-input {
  flex: 1;
  -webkit-appearance: none;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: rgba(245, 245, 245, 0.2);
  padding: 14px 12px 12px;
  color: #fff;
}
.m-nav-search .m-search-button {
  -webkit-appearance: none;
  font-size: 2rem;
  padding: 10px 10px 6px 12px;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #f5f5f5;
  color: rgb(20, 40, 60);
}

.m-nav-list {
  padding: 0 20px;
  margin-top: 10px;
  border-top: 1px solid rgba(245, 245, 245, 0.1);
  font-size: 1.1rem;
  color: #fff;
}
.m-nav-list li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid rgba(245, 245, 245, 0.1);
}

.m-footer {
  position: sticky;
  bottom: 0;
  z-index: 7;
  background: rgba(255, 170, 10, 0.95);
  -webkit-backdrop-filter: saturate(180%) blur(4px);
  backdrop-filter: saturate(180%) blur(4px);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.m-footer .footer-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.m-footer .footer-nav-item {
  width: 33.3%;
}
.m-footer .footer-nav-item a, .m-footer .footer-nav-item div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 0 4px;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(20, 40, 60, 0.8);
  text-transform: uppercase;
}
.m-footer .footer-nav-item [class^=icon-], .m-footer .footer-nav-item [class*=" icon-"] {
  font-size: 1.5rem;
}

.main-wrapper {
  width: 100%;
}

.initial-banner {
  position: relative;
  overflow: hidden;
}
.initial-banner .initial-banner-video {
  display: none;
}
.initial-banner .initial-banner-img {
  display: block;
}

.initial-banner-title {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: bold;
  color: rgb(40, 40, 50);
}

.initial-banner-content {
  width: 100%;
  padding: 40px;
}
.initial-banner-content.center {
  margin: auto;
  text-align: center;
}

.initial-banner-description {
  font-size: 1.25rem;
  margin-top: 20px;
  font-weight: 500;
  color: rgb(40, 40, 50);
}

.initial-banner-feature {
  font-size: 1.15rem;
  margin-top: 30px;
  font-weight: 500;
  color: rgb(40, 40, 50);
  background: -webkit-linear-gradient(0deg, #b200cc, rgb(240, 80, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mg-auto {
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

html:lang(ar) .text-center {
  text-align: center !important;
}

.bg-strong {
  background-color: #06c;
}

.text-white {
  color: #fff;
}

.text-grey {
  color: rgb(40, 40, 50);
}

.initial-banner-button {
  font-size: 1rem;
  padding: 20px 30px;
  cursor: pointer;
  margin: 30px 0;
}

.text-l {
  font-size: 1.5rem;
}

.font-bold {
  font-weight: 600;
}

.mb-30 {
  margin-bottom: 30px;
}

.flex {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .initial-banner .initial-banner-video {
    display: block;
  }
  .initial-banner .initial-banner-img {
    display: none;
  }
  .initial-banner-content {
    width: 720px;
    padding: 40px 0;
  }
  .absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .initial-banner-title {
    font-size: 2.5rem;
    color: #fff;
  }
  .initial-banner-title.text-grey {
    color: rgb(40, 40, 50);
  }
  .initial-banner-description {
    color: #fff;
  }
  .initial-banner-description.text-grey {
    color: rgb(40, 40, 50);
  }
  .initial-banner-button {
    font-size: 1.15rem;
    margin: 60px 0 0;
  }
  .text-l {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .m-header-wrapper, .m-footer {
    display: none;
  }
  .main-wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .header {
    display: block;
    position: sticky;
    top: 10px;
    z-index: 10;
    margin: 12px 16px;
    padding: 0 30px;
    border-radius: 10px;
    background: #fff;
    color: rgb(20, 40, 60);
    backdrop-filter: saturate(180%) blur(4px);
    box-shadow: 0 0 20px 20px rgba(0, 102, 204, 0.05), 0 0 10px 10px rgba(0, 102, 204, 0.1), 0 -20px 20px 20px rgba(0, 102, 204, 0.2);
    transition: transform 0.3s;
  }
  .header a {
    color: rgb(40, 40, 50);
  }
  .hidden-header {
    transform: translateY(-100px);
  }
  .header-nav-wrapper {
    width: 100%;
    height: 84px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
  }
  .header-nav-wrapper > nav {
    display: flex;
    margin-right: auto;
    margin-left: 30px;
  }
  .header-nav-wrapper .logo-wrapper {
    position: relative;
    z-index: 11;
    padding-right: 40px;
  }
  .header-nav-wrapper .logo-wrapper:after {
    content: "";
    position: absolute;
    z-index: 11;
    right: 0;
    top: 5%;
    width: 2px;
    height: 90%;
    background: linear-gradient(0deg, transparent, rgba(0, 102, 204, 0.3) 50%, transparent);
  }
  .header-nav-wrapper .logo > a {
    display: flex;
    align-items: center;
  }
  .header-nav-wrapper .icon-logo {
    background: rgb(255, 170, 10);
    color: rgb(40, 40, 50);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    margin: 18px 0;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 2.25rem;
  }
  .header-nav-wrapper .logo-txt {
    display: flex;
    flex-direction: column;
    padding: 0 6px;
  }
  .header-nav-wrapper .logo-txt em {
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.15;
  }
  .header-nav-wrapper .logo-txt span {
    font-size: 0.835rem;
    font-weight: 300;
    margin: 0 0 0 1px;
    text-align: justify;
  }
  .nav {
    display: flex;
    height: 100%;
    color: #f5f5f5;
  }
  .nav > li > a {
    line-height: 84px;
    padding: 16px;
    transition: color 0.5s, text-shadow 0.5s;
    font-size: 1.1rem;
    font-weight: 500;
    color: rgb(40, 40, 50);
  }
  .nav > li.active > a {
    color: #06c;
    text-shadow: 0 0 2px rgba(0, 102, 204, 0.05), 0 0 1px rgba(0, 102, 204, 0.1);
  }
  .nav > li:hover > a {
    color: #06c;
    text-shadow: 0 0 2px rgba(0, 102, 204, 0.05), 0 0 1px rgba(0, 102, 204, 0.1);
  }
  .nav > li:hover .nav-slide-wrapper {
    width: 100%;
    height: 440px;
    transform: translateY(-20px);
    backdrop-filter: saturate(180%) blur(4px);
    box-shadow: 0 20px 20px 0 rgba(0, 102, 204, 0.1);
  }
  .nav-slide-wrapper {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    overflow: hidden;
    will-change: transform;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(6px);
  }
  .nav-slide-wrapper .nav-slide {
    width: 1100px;
    margin: 0 auto;
  }
  .nav-slide-wrapper .nav-item {
    display: flex;
    flex-direction: column;
    max-width: 250px;
  }
  .nav-slide-wrapper .nav-item > a {
    margin-bottom: 16px;
  }
  .nav-slide-wrapper.text-subnav ul {
    padding: 20px 80px;
  }
  .nav-slide-wrapper.text-subnav a {
    display: block;
    padding: 10px 16px;
    transition: color 0.5s, text-shadow 0.5s;
  }
  .nav-slide-wrapper.text-subnav a:hover {
    color: #06c;
    text-shadow: 0 0 2px rgba(0, 102, 204, 0.05), 0 0 1px rgba(0, 102, 204, 0.1);
    background: rgba(0, 102, 204, 0.05);
    border-radius: 4px;
  }
  .nav-slide-content {
    width: 100%;
    padding: 20px 0 0 40px;
    position: relative;
  }
  .nav-slide-content:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 102, 204, 0.1);
  }
  .nav-slide-subnav {
    width: 25%;
    min-width: 250px;
    height: 420px;
    padding: 20px 60px 40px 0;
  }
  .nav-slide-subnav a {
    display: block;
    padding: 10px 16px;
    transition: color 0.5s, text-shadow 0.5s;
  }
  .nav-slide-subnav a:hover {
    color: #06c;
    text-shadow: 0 0 2px rgba(0, 102, 204, 0.05), 0 0 1px rgba(0, 102, 204, 0.1);
    background: rgba(0, 102, 204, 0.05);
    border-radius: 4px;
  }
  .nav-slide-img {
    width: 75%;
    min-width: 800px;
    height: 420px;
    border-top-left-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .nav-slide-img img {
    object-fit: cover;
    height: 100%;
    width: auto;
    min-width: 100%;
  }
  .nav-list {
    display: flex;
    justify-content: space-between;
  }
  .header-form-search {
    height: 84px;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  .header-form .pop-quote-button {
    background: #06c;
    color: #f5f5f5;
    height: 42px;
    padding: 0 24px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 500;
    box-shadow: 0 0 10px rgba(0, 102, 204, 0.5);
  }
  .header-search {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 102, 204, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    color: rgba(245, 245, 245, 0.8);
    cursor: pointer;
    overflow: hidden;
  }
  .header-search #search-button {
    display: inline-block;
    padding: 20px;
  }
  .header-serch-content {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: rgba(20, 40, 60, 0.98);
    backdrop-filter: blur(6px);
    cursor: default;
    transition: height 0.5s;
  }
  .header-serch-content.active {
    height: auto;
  }
  .header-lang {
    background: rgb(20, 40, 60);
    border: 1px solid rgba(0, 102, 204, 0.6);
    height: 42px;
    border-radius: 4px;
    padding: 8px 12px 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f5f5f5;
    cursor: pointer;
    margin: 0 16px;
    position: relative;
    user-select: none;
  }
  .header-lang i {
    display: inline-block;
    padding-left: 2px;
    transform: translateY(2px);
  }
  .lang-content-wrapper {
    position: absolute;
    z-index: 10;
    top: 100%;
    margin-top: 21px;
    left: 50%;
    background: white;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(20, 40, 60, 0.2);
    color: rgb(20, 40, 60);
    width: 200px;
    height: 0;
    display: none;
    border-radius: 4px;
    will-change: transform;
    transform: translateX(-50%);
    transition: all 0.1s, transform, 0.1s;
  }
  .lang-content-wrapper.active {
    height: auto;
    display: block;
  }
  .lang-content-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 20px 24px;
    border-color: transparent transparent #fff transparent;
    transform: translateX(-50%);
  }
  .lang-content-wrapper ul {
    padding: 20px;
  }
  .lang-content-wrapper li {
    padding: 6px 10px;
    border-radius: 2px;
  }
  .lang-content-wrapper li:hover {
    background: rgba(0, 102, 204, 0.8);
    color: #fff;
  }
}
.aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.aspect.ratio-banner-m {
  padding-top: 100%;
}

.aspect.ratio-2-5 {
  padding-top: 40%;
}

.aspect.ratio-1-2 {
  padding-top: 50%;
}

.aspect.ratio-3-5 {
  padding-top: 60%;
}

.aspect.ratio-2-3 {
  padding-top: 66.66%;
}

.aspect.ratio-4-3 {
  padding-top: 133.32%;
}

.aspect > * {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 1280px) {
  .aspect.ratio-banner {
    padding-top: 34%;
  }
}
.section-wrapper {
  padding: 40px 0 48px;
}
.section-wrapper:nth-of-type(2n) {
  background: #f5f5f5;
}

@media screen and (min-width: 1280px) {
  .section-wrapper {
    padding: 80px 0 100px;
  }
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  padding: 0;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0;
}

button:active {
  outline: none;
}

button:focus {
  outline: none;
}

fieldset {
  padding: 0;
  border: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button {
  display: none;
}

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

[hidden] {
  display: none;
}

.footer {
  background: rgba(20, 40, 60, 0.98);
  padding: 36px 10px 20px;
  font-size: 0.9rem;
  color: rgba(245, 245, 245, 0.8);
}
.footer .main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-info-name {
  display: flex;
  align-items: center;
  color: #f5f5f5;
}
.footer-info-name a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgb(255, 170, 10);
  font-size: 2rem;
  color: rgb(40, 40, 50);
}
.footer-info-name h2 {
  text-transform: uppercase;
  padding: 0 8px;
  font-size: 0.86rem;
  line-height: 1.35;
}
.footer-info-name h2 strong {
  font-size: 1.2rem;
  font-weight: 500;
}

.footer-info-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 20px 0;
}
.footer-info-flex .footer-follow {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  background: rgba(245, 245, 245, 0.05);
  border-radius: 4px;
  font-size: 1.75rem;
  margin-bottom: 10px;
}
.footer-info-flex .footer-follow a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  transition: color 0.5s;
}
.footer-info-flex .footer-follow a:hover {
  color: #fff;
}
.footer-info-flex .footer-info-address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 12px;
  background: rgba(245, 245, 245, 0.05);
  border-radius: 4px;
}
.footer-info-flex .footer-info-address li {
  display: flex;
  margin: 6px 0;
  width: 100%;
}
.footer-info-flex .footer-info-address li span {
  font-size: 1.2rem;
  color: rgb(255, 170, 10);
  padding: 0 4px;
}

html:lang(ar) [class^=icon-arrow] {
  display: none;
}

.footer-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px 8px;
  background: rgba(245, 245, 245, 0.05);
  border-radius: 4px;
  font-weight: 500;
  margin-bottom: 16px;
}
.footer-list a {
  display: inline-block;
  padding: 8px;
  transition: color 0.5s;
}
.footer-list a:hover {
  color: #fff;
}

.flex-2item > * {
  width: 48%;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.text-1line {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-2line {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lazyload {
  opacity: 0;
}

.lazyload.loaded, .lazyload.lazyloaded {
  opacity: 1;
  transition: opacity 1000ms;
}

.ob {
  transform: translate3D(0, 20px, 0) scale(0.9);
  will-change: transform;
  transition: transform 1.25s ease-in-out;
}
.ob.active {
  transform: translateY(0) scale(1);
}

.ratio-wrapper {
  position: relative;
}
.ratio-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 67.3685%;
  background: rgba(40, 40, 50, 0.2);
}
.ratio-wrapper > * {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
}

.fixbody {
  overflow: hidden;
  height: 100%;
}

.a-text-hide {
  display: inline-block;
  width: 0;
  height: 0;
  font-size: 0;
  opacity: 0;
}

.poplayer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.poplayer-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  padding: 0 20px 20px;
  background: rgba(20, 40, 60, 0.5);
  backdrop-filter: blur(8px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.poplayer-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.onestep-quote {
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  color: rgb(40, 40, 50);
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px 30px;
  display: none;
}
.onestep-quote .quote-content {
  order: 0;
  width: 100%;
  padding: 20px 10px 0;
}
.onestep-quote .quote-content h2 {
  font-size: 1.35rem;
  font-weight: 600;
  color: rgb(20, 40, 60);
  margin-bottom: 20px;
}
.onestep-quote .quote-content ul {
  display: none;
}
.onestep-quote form {
  order: 1;
  width: 94%;
  margin: 0 auto;
}
.onestep-quote form #onestep-quote-form-submit {
  background: rgb(255, 170, 10);
  padding: 16px 30px;
  font-weight: 600;
  cursor: pointer;
  color: rgb(20, 40, 60);
}
.onestep-quote form li:nth-of-type(3) {
  display: none;
}

.poplayer-close {
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px rgba(20, 40, 60, 0.2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: rgb(240, 80, 0);
}

.form-style {
  padding: 20px;
  background: rgba(20, 40, 60, 0.8);
  border-radius: 10px;
}
.form-style li {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
.form-style label {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 400;
}
.form-style input, .form-style textarea {
  padding: 12px;
  font-size: 1rem;
  border-radius: 2px;
  font-family: "Inter", "Roboto", serif;
  background: #f5f5f5;
  transition: background-color 0.5s;
}
.form-style input::placeholder, .form-style textarea::placeholder {
  color: rgba(40, 40, 50, 0.8);
}
.form-style input:focus, .form-style textarea:focus {
  background: #fff;
}
.form-style input[type=submit] {
  background: rgb(255, 170, 10);
  cursor: pointer;
  font-weight: 500;
  color: rgb(40, 40, 50);
  padding: 16px 24px;
  margin-top: 10px;
}
.form-style textarea {
  height: 80px;
}

.submit {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.submit-success, .submit-error {
  width: 80%;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  background: #ffaa0a;
  color: rgb(40, 40, 50);
  font-weight: 500;
}

.pop-timer-content {
  position: relative;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0;
  height: auto;
  margin: 0 20px;
  background: #fff;
  border-radius: 10px;
}
.pop-timer-content .quote-content {
  width: 100%;
  padding: 20px 20px 24px;
  order: 1;
  color: rgb(40, 40, 50);
}
.pop-timer-content .quote-content h2 {
  font-size: 1.15rem;
  font-weight: 600;
  color: rgb(20, 40, 60);
  text-transform: uppercase;
}
.pop-timer-content .quote-content em, .pop-timer-content .quote-content ul {
  display: none;
}
.pop-timer-content .pop-timer-list {
  display: none;
}
.pop-timer-content small {
  display: none;
  font-size: 0.85rem;
  margin-top: 10px;
  font-weight: 500;
  color: rgb(20, 40, 60);
}

.pop-timer-img {
  position: relative;
  width: 100%;
  order: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.pop-timer-img picture, .pop-timer-img img {
  height: 100%;
  object-fit: cover;
}
.pop-timer-img button {
  position: absolute;
  bottom: 20px;
  top: auto;
  padding: 12px 16px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(20, 40, 60, 0.95);
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pop-timer-img button span {
  transform: rotate(-90deg);
  margin-top: 2px;
}

.pop-timer-email {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4px;
}
.pop-timer-email input {
  padding: 12px;
  margin-top: 10px;
  font-size: 1rem;
  border-radius: 2px;
  width: 100%;
  background: rgba(20, 40, 60, 0.6);
  color: #fff;
}
.pop-timer-email input[type=submit] {
  margin-top: 10px;
  cursor: pointer;
  background: rgb(255, 170, 10);
  font-weight: 500;
  text-align: center;
  color: rgb(20, 40, 60);
  text-transform: uppercase;
}
.pop-timer-email ::placeholder {
  color: #f5f5f5;
}

@media screen and (min-width: 1280px) {
  .nav-search form {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    display: flex;
    justify-content: center;
  }
  .nav-search form input {
    font-size: 1.2rem;
    padding: 28px 20px 26px 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 1000px;
  }
  .nav-search form input::placeholder {
    color: rgb(40, 40, 50);
  }
  .nav-search form button {
    cursor: pointer;
    padding: 2px 24px 0 24px;
    background: rgba(255, 255, 255, 0.9);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 2.5rem;
    color: rgb(40, 40, 50);
  }
  .quick-link {
    display: flex;
    width: 1200px;
    margin: 10px auto;
    padding: 0 40px 60px;
  }
  .quick-link span {
    font-size: 1.25rem;
    width: 160px;
    display: inline-block;
    padding: 0 20px;
    line-height: 2;
    margin-top: 18px;
  }
  .quick-link ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
  }
  .quick-link li a {
    display: inline-block;
    padding: 16px 20px;
    font-size: 1.1rem;
    background: rgba(245, 245, 245, 0.1);
    border-radius: 4px;
    margin: 12px 16px;
    color: #f5f5f5;
  }
  .footer {
    padding: 80px 0 40px;
    font-size: 1rem;
  }
  .footer-info-name a {
    width: 80px;
    height: 80px;
    font-size: 3rem;
  }
  .footer-info-name h2 {
    padding: 0 16px;
    font-size: 1.35rem;
    letter-spacing: 0.035em;
  }
  .footer-info-name h2 strong {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .footer-info-flex {
    margin: 40px 0 30px;
  }
  .footer-info-flex .footer-follow {
    width: 48%;
    padding: 20px 40px 16px;
    justify-content: space-between;
    font-size: 2.5rem;
    margin: 0;
  }
  .footer-info-flex .footer-info-address {
    width: 48%;
    padding: 12px 24px;
  }
  .footer-info-flex .footer-info-address li {
    width: auto;
  }
  .footer-info-flex .footer-info-address li:first-of-type {
    width: 100%;
  }
  .footer-list {
    justify-content: space-around;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 1.15rem;
  }
  .poplayer-close {
    width: 64px;
    height: 64px;
    top: 40px;
    right: 40px;
    left: auto;
    transform: translateX(0);
    font-size: 3rem;
    color: rgb(240, 80, 0);
  }
  html:lang(ar) .poplayer-close {
    right: auto;
    left: 40px;
  }
  .poplayer-content {
    width: 1200px;
  }
  .onestep-quote {
    padding: 60px;
  }
  .onestep-quote form {
    order: 0;
    width: 40%;
  }
  .onestep-quote form li:nth-of-type(3) {
    display: flex;
  }
  .onestep-quote .quote-content {
    order: 1;
    width: 60%;
    padding: 40px;
  }
  .onestep-quote .quote-content h2 {
    font-size: 2.5rem;
  }
  .onestep-quote .quote-content ul {
    display: flex;
  }
  .quote-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .quote-list li {
    width: 48%;
    background: #f5f5f5;
    border-radius: 4px;
    margin-top: 4%;
    padding: 20px 10px;
    display: flex;
    align-items: center;
  }
  .quote-list i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: rgba(20, 40, 60, 0.6);
    border-radius: 50%;
    font-size: 1.35rem;
    color: #fff;
  }
  .quote-list div {
    flex: 1;
    padding: 0 4px;
  }
  .quote-list h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(20, 40, 60);
    margin-bottom: 4px;
  }
  .quote-list strong {
    font-size: 1rem;
    font-weight: 400;
  }
  .form-style {
    padding: 40px;
  }
  .form-style label {
    font-size: 1.15rem;
  }
  .form-style input, .form-style textarea {
    padding: 16px;
  }
  .submit-success, .submit-error {
    width: 320px;
  }
  .pop-timer-content {
    margin: 0 100px;
    padding: 0;
    height: 540px;
    overflow: hidden;
  }
  .pop-timer-content small {
    display: block;
  }
  .pop-timer-content .quote-content {
    width: 50%;
    padding: 40px;
  }
  .pop-timer-content .quote-content h2 {
    font-size: 1.35rem;
  }
  .pop-timer-content .pop-timer-list {
    display: block;
    font-weight: 400;
    margin-top: 20px;
  }
  .pop-timer-content .pop-timer-list li {
    position: relative;
    padding-left: 16px;
    margin: 10px 0;
  }
  .pop-timer-content .pop-timer-list li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #06c;
  }
  .pop-timer-content .pop-timer-list strong {
    font-weight: 600;
    color: rgb(20, 40, 60);
  }
  .pop-timer-content .poplayer-close {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    transform: translateX(0);
  }
  .pop-timer-content html:lang(ar) .poplayer-close {
    right: auto;
    left: 20px;
  }
  .pop-timer-img {
    order: 1;
    width: 50%;
    border-top-left-radius: 0;
  }
  .pop-timer-img button {
    bottom: 30px;
  }
  .pop-timer-email {
    margin-top: 20px;
  }
  .pop-timer-email input {
    width: 100%;
    padding: 15px 16px 14px;
    font-size: 1.15rem;
  }
  .pop-timer-email input[type=submit] {
    padding: 17px 0 15px;
  }
}
.cookie-consent-banner {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  color: #fff;
  display: none;
}
.cookie-consent-banner h3 {
  font-size: 1.35rem;
}
.cookie-consent-banner button {
  padding: 10px 28px;
  border-radius: 2px;
  background: #06c;
  color: #fff;
  cursor: pointer;
}
.cookie-consent-banner button:nth-of-type(2) {
  background: rgba(245, 245, 245, 0.2);
  margin: 0 8px;
}
.cookie-consent-banner.active {
  display: block;
}

.cookie-consent-wrapper {
  flex-wrap: wrap;
  max-width: 100%;
  padding: 10px 16px;
  background: rgb(20, 40, 60);
  justify-content: space-between;
  align-items: flex-end;
  box-shadow: 0 0 40px 40px rgba(20, 40, 60, 0.1);
}

.cookie-consent-content {
  max-width: 100%;
}

.cookie-consent-btn {
  margin-top: 12px;
}

@media screen and (min-width: 1280px) {
  .cookie-consent-banner {
    width: 480px;
    overflow: hidden;
  }
  .cookie-consent-wrapper {
    border-radius: 2px;
    padding: 16px 24px;
  }
  .cookie-consent-content {
    max-width: 480px;
  }
}
.material-page-2021 {
  background: #fff;
  scroll-behavior: smooth;
  transition: all 1s;
}

.material-page-banner {
  position: relative;
  padding-bottom: 360px;
}
.material-page-banner .banner-content-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  padding: 40px 0;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  box-shadow: 2px 2px 30px rgba(26, 26, 26, 0.1);
  display: flex;
  justify-content: space-between;
}
.material-page-banner .banner-content {
  width: 50%;
  padding: 0 60px;
  color: rgb(20, 40, 60);
}
.material-page-banner .banner-content:nth-of-type(1) {
  border-right: 2px solid rgba(20, 40, 60, 0.2);
}
.material-page-banner .banner-content h1, .material-page-banner .banner-content h2 {
  font-size: 2rem;
  text-transform: capitalize;
  font-weight: 500;
}
.material-page-banner .banner-content h1 em, .material-page-banner .banner-content h2 em {
  font-size: 0.8rem;
}
.material-page-banner .banner-content strong {
  display: inline-block;
  margin-top: 16px;
  font-weight: normal;
  font-size: 1rem;
  color: rgb(40, 40, 50);
}
.material-page-banner .banner-content ul {
  margin: 30px 0 0;
  height: 160px;
}
.material-page-banner .banner-content li a {
  display: inline-block;
  padding: 6px 0 6px 20px;
  font-size: 1.1rem;
  text-decoration: underline;
  position: relative;
  transition: all 0.3s;
  font-weight: 500;
}
.material-page-banner .banner-content li a:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(240, 80, 0);
}
.material-page-banner .banner-content li a:hover {
  color: rgb(240, 80, 0);
}
.material-page-banner .banner-content > a {
  display: inline-block;
  padding: 12px 20px;
  background: rgb(40, 40, 50);
  color: #fff;
  margin-top: 20px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
.material-page-banner .banner-content > a:hover {
  background: rgb(240, 80, 0);
}

.material-slogan {
  width: 1200px;
  margin: 60px auto;
  text-align: center;
  color: rgb(20, 40, 60);
  letter-spacing: 0.1em;
}
.material-slogan h2 {
  font-size: 2rem;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 102, 204, 0.2);
  font-weight: 500;
}
.material-slogan strong {
  display: inline-block;
  padding-top: 16px;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgb(240, 80, 0);
  font-style: italic;
}

.material-main {
  width: 1200px;
  margin: 68px auto;
}

.material-flex-section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.material-flex-section > * {
  width: 48%;
}

.table-content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table-content-list .flex-list {
  width: 48%;
}
.table-content-list .flex-list img {
  border-radius: 4px;
}
.table-content-list .flex-list h3 a {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgb(20, 40, 60);
  display: inline-block;
  margin: 8px 0;
}
.table-content-list .flex-list a {
  font-size: 1.1rem;
}
.table-content-list > ul {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(20, 40, 60, 0.2);
}
.table-content-list li a {
  display: inline-block;
  padding: 2px 0;
  margin: 2px 0;
  font-size: 1.2rem;
  transition: all 0.3s;
  text-transform: capitalize;
}
.table-content-list li a:hover {
  color: rgb(240, 80, 0);
}

.table-content {
  padding: 40px;
  background: rgba(245, 245, 245, 0.9);
  border-radius: 8px;
  color: rgb(40, 40, 50);
}
.table-content h2 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  color: rgb(20, 40, 60);
}

.material-form {
  width: 1200px;
  padding: 40px 48px;
  background: rgba(20, 40, 60, 0.08);
  border-radius: 8px;
  color: rgb(40, 40, 50);
  font-size: 1.2rem;
}
.material-form ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.material-form li {
  width: 31%;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
}
.material-form li:nth-of-type(4) {
  width: 66%;
}
.material-form input, .material-form textarea {
  width: 100%;
  padding: 14px 12px;
  box-sizing: border-box;
  background: #fff;
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid rgba(40, 40, 50, 0.1);
  transition: all 0.3s;
}
.material-form input::placeholder, .material-form textarea::placeholder {
  color: rgba(40, 40, 50, 0.5);
}
.material-form input:focus, .material-form textarea:focus {
  border-color: #06c;
}
.material-form textarea {
  height: 120px;
}
.material-form input[type=submit] {
  border: 0;
  background: rgba(20, 40, 60, 0.8);
  color: #fff;
  cursor: pointer;
  padding: 18px;
  font-size: 1.35rem;
  width: 50%;
}
.material-form input[type=submit]:hover {
  background: rgb(240, 80, 0);
}

.material-product-list-section {
  background: rgba(255, 255, 255, 0.9);
  padding: 68px 0;
}
.material-product-list-section:nth-of-type(2n) {
  background: rgba(20, 40, 60, 0.05);
}
.material-product-list-section .flex-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(20, 40, 60, 0.1);
}
.material-product-list-section .table-img {
  width: 48%;
}
.material-product-list-section .table-img img {
  height: 100%;
  object-fit: cover;
}
.material-product-list-section .table-hgroup {
  width: 52%;
  padding: 40px;
  background: #fff;
}
.material-product-list-section .table-hgroup h3 {
  font-size: 2rem;
  color: rgb(20, 40, 60);
  position: relative;
  padding-left: 16px;
}
.material-product-list-section .table-hgroup h3:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 4px;
  height: 2rem;
  border-radius: 4px;
  background: rgb(240, 80, 0);
}
.material-product-list-section .table-hgroup p {
  font-size: 1rem;
  line-height: 1.35;
  color: rgb(40, 40, 50);
  margin: 1em 0 1.25em;
}
.material-product-list-section .table-hgroup .hgroup-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.material-product-list-section .table-hgroup .hgroup-card {
  width: 188px;
  margin-top: 20px;
  background: rgba(20, 40, 60, 0.04);
  border: 1px solid rgba(20, 40, 60, 0.1);
  padding: 12px 12px 16px;
  border-radius: 8px;
  color: rgb(40, 40, 50);
  transition: all 0.8s;
}
.material-product-list-section .table-hgroup .hgroup-card:hover {
  transform: translateY(-1px);
}
.material-product-list-section .table-hgroup .hgroup-card h4 {
  font-size: 1.2rem;
  line-height: 1.8;
  border-bottom: 1px solid rgba(0, 102, 204, 0.3);
  color: rgb(20, 40, 60);
}
.material-product-list-section .table-hgroup .hgroup-card h4 a:hover {
  color: rgb(240, 80, 0);
}
.material-product-list-section .table-hgroup .hgroup-card .card-item {
  margin: 10px 0;
  font-size: 1rem;
}
.material-product-list-section .table-hgroup .hgroup-card dl {
  display: flex;
  align-items: flex-start;
  padding: 4px 0;
}
.material-product-list-section .table-hgroup .hgroup-card dt {
  margin-right: 8px;
}
.material-product-list-section .table-hgroup .hgroup-card dd {
  flex: 1;
}
.material-product-list-section .table-hgroup .hgroup-card .card-feature {
  padding: 8px;
  background: rgba(20, 40, 60, 0.6);
  margin: 2px 0 10px;
  border-radius: 4px;
  font-size: 1rem;
  color: #fff;
}
.material-product-list-section .table-hgroup .hgroup-card .sheet-link {
  display: inline-block;
  text-decoration: underline;
  color: #06c;
  font-size: 1rem;
  margin-top: 2px;
}
.material-product-list-section .table-hgroup .hgroup-card .sheet-link:hover {
  color: rgb(240, 80, 0);
}
.material-product-list-section .table-hgroup .hgroup-content {
  flex: 1;
  padding-left: 40px;
}
.material-product-list-section .material-table-content {
  width: 1000px;
  margin: 30px auto 0;
}
.material-product-list-section .material-table-content .table-wrapper {
  border-radius: 4px;
  color: rgb(40, 40, 50);
}
.material-product-list-section .material-table-content .table-list {
  min-width: 100px;
}
.material-product-list-section .material-table-content strong {
  display: inline-block;
  margin-top: 1em;
  color: rgb(20, 40, 60);
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.4;
}
.material-product-list-section .material-table-content strong span {
  color: rgb(240, 80, 0);
}
.material-product-list-section .material-product-linktoform {
  display: inline-block;
  padding: 12px 20px;
  background: rgba(20, 40, 60, 0.7);
  font-size: 1rem;
  border-radius: 2px;
  color: #fff;
  transition: all 0.5s;
}
.material-product-list-section .material-product-linktoform:hover {
  background: rgb(240, 80, 0);
}
.material-product-list-section .material-product-card-list {
  width: 1200px;
  margin: 30px auto 0;
}
.material-product-list-section .material-product-card-list ul {
  display: flex;
}
.material-product-list-section .material-product-card-list ul.segmentd-list {
  flex-wrap: wrap;
}
.material-product-list-section .material-product-card-list ul.segmentd-list li {
  width: 18%;
  flex: 0;
  margin-bottom: 20px;
}
.material-product-list-section .material-product-card-list li {
  flex: 1;
  margin-right: 1%;
  background: rgba(20, 40, 60, 0.04);
  border: 1px solid rgba(20, 40, 60, 0.1);
  padding: 12px 12px 16px;
  border-radius: 8px;
  color: rgb(40, 40, 50);
  transition: all 0.8s;
}
.material-product-list-section .material-product-card-list li:hover {
  transform: translateY(-1px);
}
.material-product-list-section .material-product-card-list li.tape-list .card-item {
  font-size: 1rem;
}
.material-product-list-section .material-product-card-list li h4 {
  font-size: 1.2rem;
  line-height: 1.8;
  border-bottom: 1px solid rgba(0, 102, 204, 0.3);
  color: rgb(20, 40, 60);
}
.material-product-list-section .material-product-card-list li h4 a:hover {
  color: rgb(240, 80, 0);
}
.material-product-list-section .material-product-card-list li .card-item {
  margin: 10px 0;
  font-size: 1rem;
}
.material-product-list-section .material-product-card-list li .card-item.flex {
  display: flex;
}
.material-product-list-section .material-product-card-list li .card-item .card-item-color-list {
  display: flex;
  margin-top: -4px;
}
.material-product-list-section .material-product-card-list li .card-item .card-item-color-list span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 4px;
}
.material-product-list-section .material-product-card-list li .card-item .card-item-color-list .color-gold {
  background: #926d10;
}
.material-product-list-section .material-product-card-list li .card-item .card-item-color-list .color-black {
  background: #1a1a1a;
}
.material-product-list-section .material-product-card-list li .card-item .card-item-color-list .color-red1 {
  background: #ff5742;
}
.material-product-list-section .material-product-card-list li .card-item .card-item-color-list .color-blue {
  background: #2958dc;
}
.material-product-list-section .material-product-card-list li .card-item .card-item-color-list .color-green {
  background: #80cc00;
}
.material-product-list-section .material-product-card-list li .card-item .card-item-color-list .color-white {
  background: #fff;
}
.material-product-list-section .material-product-card-list li .card-item .card-item-color-list .color-orange {
  background: rgb(240, 80, 0);
}
.material-product-list-section .material-product-card-list li .card-item .card-item-color-list .color-pink {
  background: #ff456b;
}
.material-product-list-section .material-product-card-list li .card-item .card-item-color-list .color-yellow {
  background: #ffd800;
}
.material-product-list-section .material-product-card-list li dl {
  display: flex;
  align-items: flex-start;
  padding: 4px 0;
}
.material-product-list-section .material-product-card-list li dt {
  margin-right: 8px;
}
.material-product-list-section .material-product-card-list li dd {
  flex: 1;
}
.material-product-list-section .material-product-card-list li .card-feature {
  padding: 8px;
  background: rgba(20, 40, 60, 0.6);
  margin: 2px 0 10px;
  border-radius: 4px;
  font-size: 1rem;
  color: #fff;
}
.material-product-list-section .material-product-card-list li .sheet-link {
  display: inline-block;
  text-decoration: underline;
  color: #06c;
  font-size: 1rem;
  margin-top: 2px;
}
.material-product-list-section .material-product-card-list li .sheet-link:hover {
  color: rgb(240, 80, 0);
}
.material-product-list-section small {
  display: block;
  width: 1200px;
  margin: 20px auto 0;
  font-size: 1rem;
  color: rgb(40, 40, 50);
}
.material-product-list-section small span {
  color: rgb(240, 80, 0);
}
.material-product-list-section small + small {
  margin-top: 10px;
}

.material-product-list-section.material-list-main-section {
  text-align: center;
  background: rgba(20, 40, 60, 0.9);
}
.material-product-list-section.material-list-main-section h2 {
  font-size: 2.5rem;
  text-transform: capitalize;
  color: #fff;
}
.material-product-list-section.material-list-main-section em {
  display: inline-block;
  width: 1000px;
  font-size: 1.25rem;
  line-height: 1.4;
  padding: 20px 120px 0;
  color: rgba(245, 245, 245, 0.9);
}

.ppe-table .table-head {
  width: 160px;
  border-left: 1px solid rgba(20, 40, 60, 0.06);
}
.ppe-table .table-head .table-list {
  width: 100%;
}

.ppe-table .table-list li:first-of-type {
  background: rgba(240, 80, 0, 0.1);
  color: rgb(20, 40, 60);
}

.ppe-table .table-list li {
  height: 50px;
  border-right: 1px solid rgba(20, 40, 60, 0.06);
  border-bottom: 1px solid rgba(20, 40, 60, 0.06);
}

.material-middle-page-contact {
  padding: 80px 0;
  background: rgba(20, 40, 60, 0.9);
  text-align: center;
}
.material-middle-page-contact h2 {
  font-size: 3rem;
  color: #fff;
  padding: 0 200px;
}
.material-middle-page-contact .material-contact-flex {
  display: flex;
  justify-content: center;
}
.material-middle-page-contact .material-contact-flex a {
  display: inline-block;
  padding: 16px 0;
  width: 200px;
  background: #06c;
  color: #fff;
  margin: 40px 30px 0;
  font-size: 1.5rem;
  border-radius: 60px;
  transition: all 0.5s ease;
}
.material-middle-page-contact .material-contact-flex a:hover {
  background: rgba(240, 80, 0, 0.9);
}

.material-normal-section {
  padding: 60px 0;
  background: rgba(20, 40, 60, 0.05);
  text-align: center;
}
.material-normal-section:nth-of-type(2n) {
  background: rgba(40, 40, 50, 0.08);
}
.material-normal-section h3 {
  font-size: 2.5rem;
  text-transform: capitalize;
  color: rgb(20, 40, 60);
}
.material-normal-section em {
  display: inline-block;
  padding: 20px 80px 0;
  font-size: 1.3rem;
  line-height: 1.4;
  color: rgb(20, 40, 60);
}
.material-normal-section p {
  color: rgb(40, 40, 50);
  text-align: left;
  font-size: 1.15rem;
  line-height: 1.35;
}

.material-content-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.iron-video-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
}
.iron-video-flex .iron-heat-video {
  width: 46%;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
}
.iron-video-flex .iron-heat-video a {
  display: inline-block;
  padding: 10px;
  color: rgb(20, 40, 60);
  text-decoration: underline;
  font-size: 1.2rem;
  text-align: left;
}

.material-flex-item-3 {
  display: flex;
  justify-content: space-between;
}
.material-flex-item-3 li {
  width: 32%;
}

.material-flex-item-4 {
  display: flex;
  justify-content: space-between;
}
.material-flex-item-4 li {
  width: 23%;
}

.iron-list {
  margin: 40px 0;
}
.iron-list li {
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  overflow: hidden;
  color: rgb(40, 40, 50);
  font-size: 1.15rem;
  text-align: left;
}
.iron-list li h4 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  color: rgb(20, 40, 60);
}
.iron-list + p {
  padding-right: 100px;
}
.iron-list.laminate-list {
  margin-bottom: 0;
}
.iron-list.laminate-list li {
  padding: 0;
}
.iron-list.laminate-list h4 {
  padding: 16px 30px 0;
}
.iron-list.laminate-list p {
  padding: 0 30px 30px;
}

.iron-equipment-list {
  margin-top: 40px;
}
.iron-equipment-list li {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 20px;
  text-align: left;
}
.iron-equipment-list li h4 {
  padding: 10px 20px;
  font-size: 1.4rem;
  color: rgb(20, 40, 60);
}
.iron-equipment-list li p {
  padding: 0 20px;
}

.iron-heat-step {
  width: 50%;
  display: flex;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  color: rgb(40, 40, 50);
}
.iron-heat-step li {
  width: 31%;
  text-align: left;
  line-height: 1.35;
}
.iron-heat-step img {
  border-radius: 2px;
  margin: 0 0 6px;
}

.material-iron-handle-section {
  margin-top: 40px;
}

.iron-handle-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.iron-handle-list li {
  width: 28%;
  margin: 20px 0 30px;
  text-align: left;
}
.iron-handle-list li h4 {
  color: rgb(20, 40, 60);
  font-size: 1.4rem;
}
.iron-handle-list li p {
  font-size: 1.15rem;
  line-height: 1.4;
  margin-top: 8px;
}
.iron-handle-list li img {
  border-radius: 4px;
}
.iron-handle-list li:nth-of-type(5) {
  width: 65%;
}

.material-heat-faq {
  padding: 0 100px;
}
.material-heat-faq li {
  text-align: left;
  margin: 48px 0;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(20, 40, 60, 0.1);
}
.material-heat-faq li h4 {
  font-size: 1.75rem;
  color: rgb(20, 40, 60);
  margin-bottom: 16px;
}
.material-heat-faq li p {
  margin: 1em 0;
}
.material-heat-faq li p span {
  font-weight: 500;
  color: rgb(20, 40, 60);
  margin-right: 10px;
}
.material-heat-faq .faq-img-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 24px;
}
.material-heat-faq .faq-img-flex > * {
  width: 48%;
}
.material-heat-faq .faq-img-flex img {
  border-radius: 4px;
}
.material-heat-faq .faq-img-flex .faq-img-content {
  background: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}

.iron-table {
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  margin-top: 30px;
  color: rgb(40, 40, 50);
  text-align: center;
}
.iron-table table {
  width: 100%;
  border-collapse: collapse;
}
.iron-table table caption {
  font-size: 1.8rem;
  color: rgb(20, 40, 60);
  font-weight: 500;
  padding: 0 0 20px 0;
}
.iron-table table th, .iron-table table td {
  border: 1px solid rgba(20, 40, 60, 0.2);
  padding: 6px 8px;
  font-size: 1rem;
}
.iron-table table th {
  font-weight: 500;
  color: rgb(20, 40, 60);
}

.back-to-top {
  display: none;
}

@media screen and (max-width: 767px) {
  .material-page-2021 {
    width: 100%;
    background: #f5f5f5;
    font-size: 1.15rem;
    overflow-x: hidden;
    transition: all 0.5s;
  }
  .material-page-banner {
    position: static;
    padding: 0;
  }
  .material-page-banner .banner-content-container {
    position: static;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    flex-direction: column;
    padding: 8px 2%;
    border-radius: 0;
    background: transparent;
  }
  .material-page-banner .banner-content {
    width: 100%;
    padding: 20px 10px 20px;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 10px;
  }
  .material-page-banner .banner-content:nth-of-type(1) {
    border: 0;
  }
  .material-page-banner .banner-content h1, .material-page-banner .banner-content h2 {
    font-size: 1.75rem;
  }
  .material-page-banner .banner-content strong {
    margin-top: 12px;
  }
  .material-page-banner .banner-content ul {
    margin: 12px 0 0;
    height: auto;
  }
  .material-page-banner .banner-content li a {
    padding: 4px 0 4px 20px;
  }
  .material-page-banner .banner-content li a:before {
    top: 10px;
  }
  .material-page-banner .banner-content > a {
    margin-top: 16px;
    border-radius: 2px;
  }
  .material-slogan {
    width: 100%;
    margin: 20px auto;
    padding: 0 2%;
    letter-spacing: 0.05em;
  }
  .material-slogan h2 {
    font-size: 1.5rem;
    padding: 10px 0;
  }
  .material-slogan strong {
    font-size: 1.2rem;
    padding-top: 10px;
  }
  .material-main {
    width: 100%;
    margin: 20px 0;
    padding: 0 2%;
  }
  .material-form {
    width: 100%;
    padding: 10px;
    font-size: 1.15rem;
  }
  .material-form ul {
    flex-direction: column;
  }
  .material-form li {
    width: 100%;
    margin: 8px 0;
  }
  .material-form li:nth-of-type(4) {
    width: 100%;
  }
  .material-form input, .material-form textarea {
    padding: 12px;
  }
  .material-form textarea {
    height: 80px;
  }
  .material-form input[type=submit] {
    margin: 0;
    font-size: 1.2rem;
  }
  .material-product-list-section {
    padding: 36px 2%;
    text-align: left;
    border-bottom: 1px solid rgba(20, 40, 60, 0.1);
    background: #f5f5f5;
  }
  .material-product-list-section:nth-of-type(2n) {
    background: #f5f5f5;
  }
  .material-product-list-section .flex-content {
    width: 100%;
    flex-direction: column;
  }
  .material-product-list-section .table-img {
    width: 100%;
    order: 0;
  }
  .material-product-list-section .table-hgroup {
    width: 100%;
    padding: 16px 10px 24px;
    order: 1;
  }
  .material-product-list-section .table-hgroup h3 {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .material-product-list-section .table-hgroup h3:after {
    height: 1.5rem;
    top: 2px;
  }
  .material-product-list-section .table-hgroup p {
    margin: 10px 0 16px;
  }
  .material-product-list-section .table-hgroup .hgroup-card {
    display: none;
  }
  .material-product-list-section .table-hgroup .hgroup-content {
    padding-left: 0;
  }
  .material-product-list-section small {
    width: 100%;
    font-size: 1.1rem;
  }
  .material-product-list-section .material-product-card-list {
    width: 100%;
    margin-top: 14px;
    overflow: hidden;
  }
  .material-product-list-section .material-product-card-list ul {
    width: auto;
    overflow-x: scroll;
  }
  .material-product-list-section .material-product-card-list ul li {
    min-width: 180px;
    margin-right: 10px;
    overflow: hidden;
  }
  .material-product-list-section .material-product-card-list ul li .card-item.flex {
    flex-direction: column;
  }
  .material-product-list-section .material-product-card-list ul li .card-item .card-item-color-list {
    flex-wrap: wrap;
  }
  .material-product-list-section .material-product-card-list ul li .card-item .card-item-color-list span {
    margin-bottom: 8px;
  }
  .material-product-list-section .material-product-card-list ul.segmentd-list {
    flex-wrap: nowrap;
  }
  .material-product-list-section .material-product-card-list ul.segmentd-list li {
    min-width: 190px;
  }
  .material-product-list-section.material-list-main-section {
    text-align: left;
    padding: 30px 16px;
  }
  .material-product-list-section.material-list-main-section:nth-of-type(2n) {
    background: rgba(20, 40, 60, 0.9);
  }
  .material-product-list-section.material-list-main-section h2 {
    font-size: 1.75rem;
  }
  .material-product-list-section.material-list-main-section em {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 0 0;
    font-size: 1.15rem;
  }
  .material-middle-page-contact {
    padding: 20px 10px;
  }
  .material-middle-page-contact h2 {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0;
  }
  .material-middle-page-contact .material-contact-flex a {
    margin: 20px 10px 0;
    width: 108px;
    padding: 12px;
    font-size: 1.2rem;
  }
  .material-content-wrapper {
    width: 100%;
    padding: 20px 0;
  }
  .material-normal-section {
    padding: 20px 10px;
    text-align: left;
  }
  .material-normal-section h3 {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .material-normal-section em {
    padding: 16px 0;
    font-size: 1.2rem;
  }
  .material-normal-section p {
    line-height: 1.2;
  }
  .iron-equipment-list {
    margin-top: 0;
  }
  .iron-equipment-list li h4 {
    padding: 12px 12px 10px;
  }
  .iron-equipment-list li p {
    padding: 0 12px;
  }
  .material-flex-item-4 {
    flex-direction: column;
  }
  .material-flex-item-4 li {
    width: 100%;
    margin-top: 12px;
  }
  .iron-list {
    margin: 0;
  }
  .iron-list li {
    padding: 12px;
  }
  .iron-list li h4 {
    margin-bottom: 10px;
  }
  .iron-list + p {
    padding-right: 0;
    display: none;
  }
  .iron-table {
    width: 0;
    height: 0;
    display: none;
  }
  .material-flex-item-3 {
    flex-direction: column;
  }
  .material-flex-item-3 li {
    width: 100%;
    margin-top: 12px;
  }
  .iron-video-flex {
    flex-direction: column;
    margin-top: 20px;
  }
  .iron-video-flex .iron-heat-video {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
  .iron-video-flex .iron-heat-video a {
    padding: 6px 0 10px 0;
  }
  .iron-heat-step {
    width: 100%;
    padding: 12px;
  }
  .iron-heat-step li {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .iron-heat-step li img {
    width: 100px;
  }
  .iron-heat-step li p {
    flex: 1;
    padding-left: 10px;
  }
  .material-iron-handle-section {
    margin-top: 0;
  }
  .iron-handle-list {
    flex-direction: column;
  }
  .iron-handle-list li {
    width: 100%;
    margin: 20px 0 0;
  }
  .iron-handle-list li:nth-of-type(5) {
    width: 100%;
  }
  .iron-handle-list li p {
    margin: 6px 0;
  }
  .iron-list.laminate-list h4 {
    padding: 12px 12px 0;
  }
  .iron-list.laminate-list p {
    padding: 0 12px 20px;
  }
  .material-heat-faq {
    flex-direction: column;
    padding: 0;
  }
  .material-heat-faq li {
    width: 100%;
    margin: 30px 0;
    padding-bottom: 16px;
  }
  .material-heat-faq li:last-of-type {
    border: 0;
  }
  .material-heat-faq li h4 {
    font-size: 1.5rem;
  }
  .material-heat-faq .faq-img-flex {
    flex-direction: column;
  }
  .material-heat-faq .faq-img-flex > * {
    width: 100%;
  }
  .material-heat-faq .faq-img-flex .faq-img-content {
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .back-to-top {
    display: block;
    position: fixed;
    z-index: 10;
    bottom: 40px;
    right: 10px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: rgba(20, 40, 60, 0.8);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(20, 40, 60, 0.5);
  }
  .back-to-top span {
    font-size: 2rem;
    transform: rotate(180deg);
  }
}
.material-glow-flex {
  padding: 10px;
}
.material-glow-flex .flex-item {
  flex: 1;
}
.material-glow-flex .flex-item + .flex-item {
  margin-left: 10px;
}

@media screen and (max-width: 1200px) {
  .material-glow-flex {
    padding: 0;
  }
  .material-glow-flex .flex-item {
    flex: auto;
  }
  .material-glow-flex .flex-item + .flex-item {
    margin-left: 0;
  }
}