.displayResposive {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 576px) {
  .displayResposive.show-xs {
    display: block;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .displayResposive.show-sm {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .displayResposive.show-md {
    display: block;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .displayResposive.show-lg {
    display: block;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .displayResposive.show-xl {
    display: block;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1920px) {
  .displayResposive.show-xxl {
    display: block;
  }
}
@media screen and (min-width: 1921px) {
  .displayResposive.show-3xl {
    display: block;
  }
}

html.debugMode:before {
  z-index: 10000;
  content: "";
  position: fixed;
  right: 5px;
  top: 5px;
  background: red;
  color: #fff;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
html.debugMode:after {
  z-index: 10000;
  content: "";
  position: fixed;
  right: 40px;
  top: 5px;
  background: blue;
  color: #fff;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@media screen and (min-width: 1px) {
  html.debugMode:after {
    content: "xs";
    display: flex;
  }
}
@media screen and (min-width: 577px) {
  html.debugMode:after {
    content: "sm";
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  html.debugMode:after {
    content: "md";
    display: flex;
  }
}
@media screen and (min-width: 993px) {
  html.debugMode:after {
    content: "lg";
    display: flex;
  }
}
@media screen and (min-width: 1201px) {
  html.debugMode:after {
    content: "xl";
    display: flex;
  }
}
@media screen and (min-width: 1401px) {
  html.debugMode:after {
    content: "xxl";
    display: flex;
  }
}
@media screen and (min-width: 1921px) {
  html.debugMode:after {
    content: "3xl";
    display: flex;
  }
}
@media screen and (min-width: 2561px) {
  html.debugMode:after {
    content: "4xl";
    display: flex;
  }
}
@media screen and (max-width: 2559px) {
  html.debugMode:before {
    content: "4xl";
    display: flex;
  }
}
@media screen and (max-width: 1919px) {
  html.debugMode:before {
    content: "3xl";
    display: flex;
  }
}
@media screen and (max-width: 1399px) {
  html.debugMode:before {
    content: "xxl";
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  html.debugMode:before {
    content: "xl";
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  html.debugMode:before {
    content: "lg";
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  html.debugMode:before {
    content: "md";
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  html.debugMode:before {
    content: "sm";
    display: flex;
  }
}
@media screen and (max-width: -1px) {
  html.debugMode:before {
    content: "xs";
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  header .logoArea .logoText {
    display: none;
  }
  header .headerMenuArea {
    display: none;
  }
  header .lang {
    display: none;
  }
  header .mobileArea {
    display: flex;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  header .headerMenuArea {
    display: none;
  }
  header .lang {
    display: none;
  }
  header .mobileArea {
    display: flex;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  header .headerMenuArea {
    display: none;
  }
  header .lang {
    display: none;
  }
  header .mobileArea {
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .footerTop .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-left: 12px;
  }
  .footerTop .text {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }
  footer {
    width: calc(100% - 25px);
    margin: 60px auto 12.5px;
  }
  footer .container {
    padding: 30px 20px;
  }
  footer .footerContact {
    padding: 0;
    margin-bottom: 60px;
    text-align: center;
  }
  footer .footerContact .logoArea {
    justify-content: center;
  }
  footer .footerContact .logoArea .logoText {
    text-align: left;
  }
  footer .footerArea .menus {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
  footer .footerArea .footerAreaBottom {
    padding: 0;
    align-items: center;
    flex-direction: column;
  }
  footer .footerArea .footerAreaBottom:after {
    display: none;
  }
  footer .footerBottom {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    text-align: center;
    gap: 15px;
  }
  footer .stageLogo {
    transform: none;
    margin-top: 45px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .footerTop .container {
    flex-direction: column;
    align-items: center;
    padding-left: 12px;
    gap: 30px;
  }
  .footerTop .text {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }
  footer {
    width: calc(100% - 25px);
    margin: 60px auto 12.5px;
  }
  footer .container {
    padding: 30px 20px;
  }
  footer .footerContact {
    padding: 0;
    margin-bottom: 60px;
    text-align: center;
  }
  footer .footerContact .logoArea {
    justify-content: center;
  }
  footer .footerContact .logoArea .logoText {
    text-align: left;
  }
  footer .footerArea .menus {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
  footer .footerArea .footerAreaBottom {
    padding: 0;
    align-items: center;
  }
  footer .footerArea .footerAreaBottom:after {
    display: none;
  }
  footer .footerBottom {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    text-align: center;
    gap: 15px;
  }
  footer .stageLogo {
    transform: none;
    margin-top: 45px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .footerTop .container {
    flex-direction: column;
    align-items: center;
    padding-left: 12px;
    gap: 30px;
  }
  .footerTop .text {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }
  footer {
    width: calc(100% - 25px);
    margin: 60px auto 12.5px;
  }
  footer .container {
    padding: 30px 50px;
  }
  footer .footerContact {
    padding: 0;
    margin-bottom: 60px;
  }
  footer .footerArea .footerAreaBottom {
    padding-right: 70px;
  }
  footer .footerArea .footerAreaBottom:after {
    right: -50px;
  }
  footer .footerBottom {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    text-align: center;
    gap: 15px;
  }
  footer .stageLogo {
    transform: none;
    margin-top: 45px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  footer .container {
    padding-bottom: 30px;
  }
  footer .footerContact {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .mobileNoCol {
    display: none;
  }
  .pageTitle .titleArea {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .pageTitle .titleArea .title {
    font-size: 22px !important;
    line-height: 34px !important;
    text-align: center;
  }
  .pageTitle .titleArea .rightText {
    text-align: center;
  }
  .pageTitle .text {
    text-align: center;
  }
  .mobileNone {
    display: none;
  }
  .pageBg:after {
    aspect-ratio: unset;
    width: 100%;
    height: 400px;
    background-size: cover;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .mobileNoCol {
    display: none;
  }
  .pageTitle .titleArea {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .pageTitle .titleArea .title {
    font-size: 32px !important;
    line-height: 42px !important;
    text-align: center;
  }
  .pageTitle .titleArea .rightText {
    text-align: center;
  }
  .pageTitle .text {
    text-align: center;
  }
  .mobileNone {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .mobileNone {
    display: none;
  }
  .pageTitle .titleArea {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .pageTitle .titleArea .title {
    font-size: 32px !important;
    line-height: 42px !important;
    text-align: center;
  }
  .pageTitle .titleArea .rightText {
    text-align: center;
  }
  .pageTitle .text {
    text-align: center;
  }
}
@media screen and (min-width: 2001px) {
  .pageBg:after {
    aspect-ratio: unset;
    width: 100%;
    height: 1080px;
    background-size: cover;
  }
}
@media screen and (max-width: 576px) {
  section.mainSlide .slideContent .content > .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.mainSlide .slideContent .content .bottomArea {
    flex-direction: column;
    align-items: center;
  }
  section.mainSlide .slideContent .content .bottomArea .row {
    justify-content: center;
  }
  section.mainSlide .slideContent .content .bottomArea .paginationArea {
    order: 2;
    margin-top: 25px;
    text-align: center;
  }
  section.mainSlide .slideContent .content .bottomArea .paginationArea .swiper-pagination-global,
  section.mainSlide .slideContent .content .bottomArea .paginationArea .swiper-pagination {
    justify-content: center;
  }
  section.mainSlide .slideContent2 .content > .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.mainSlide .slideContent2 .content > .imgArea {
    position: relative;
    left: unset;
    top: unset;
    transform: none;
    margin-top: 30px;
  }
  section.mainSlide .slideContent2 .content .bottomArea {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  section.mainSlide .slideContent2 .content .bottomArea .row {
    justify-content: center;
  }
  section.mainSlide .slideContent2 .content .bottomArea .paginationArea {
    order: 2;
    margin-top: 25px;
    text-align: center;
  }
  section.mainSlide .slideContent2 .content .bottomArea .paginationArea .swiper-pagination-global,
  section.mainSlide .slideContent2 .content .bottomArea .paginationArea .swiper-pagination {
    justify-content: center;
  }
  section.mainSlide .slideContent3 .content > .title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    position: relative;
    left: unset;
    top: unset;
    transform: none;
  }
  section.mainSlide .slideContent3 .content > .imgArea {
    position: relative;
    left: unset;
    top: unset;
    transform: none;
    margin-top: 30px;
  }
  section.mainSlide .slideContent3 .content .rightCardArea {
    width: 100%;
  }
  section.mainSlide .slideContent3 .content .rightCardArea .row {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  section.mainSlide .slideContent3 .content .bottomArea {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  section.mainSlide .slideContent3 .content .bottomArea .paginationArea {
    order: 2;
    margin-top: 25px;
    text-align: center;
    flex-direction: column;
  }
  section.mainSlide .slideContent3 .content .bottomArea .paginationArea .swiper-pagination-global,
  section.mainSlide .slideContent3 .content .bottomArea .paginationArea .swiper-pagination {
    justify-content: center;
    padding: 0;
    margin-top: 25px;
  }
  section.mainSlide .mainSlider {
    position: relative;
    z-index: 2;
  }
  section.mainSlide .mainSlider .bottomArea .paginationArea .text {
    display: none;
  }
  section.mainSlide .mainSlider .swiper-slide .subTitle {
    display: flex;
  }
  section.mainSlide .mainSlider .swiper-slide .row {
    flex-wrap: nowrap;
    scrollbar-width: none;
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row !important;
    justify-content: flex-start !important;
  }
  section.mainGuns {
    border-radius: 0 0 50px 50px;
  }
  section.mainGuns .contentArea {
    padding: 60px 10px;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  section.mainGuns .contentArea .armsCard {
    border-radius: 24px;
    width: 100%;
    padding: 30px 20px;
  }
  section.mainGuns .contentArea .armsCard .text {
    text-align: center;
    font-size: 18px;
  }
  section.mainGuns .contentArea .armsCard .bottomArea {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  section.mainGuns .contentArea .armsCard .bottomArea .arrow {
    width: 78px;
  }
  section.mainSignificant {
    padding-top: 150px;
    border-radius: 0 0 50px 50px;
  }
  section.mainSignificant .titleArea {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
  section.mainSignificant .titleArea .title {
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    width: 100%;
  }
  section.mainSignificant .titleArea .title span {
    justify-content: center;
  }
  section.mainSignificant .titleArea .title span img {
    transform: translateY(-13px);
    left: 0;
    z-index: -1;
    position: absolute;
  }
  section.mainSignificant .titleArea .text {
    text-align: center;
    font-size: 18px;
  }
  section.mainSignificant .content .item25 {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    height: auto;
  }
  section.mainSignificant .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.mainSignificant .content .item25 .itemContent .title {
    justify-content: center;
    font-size: 55px;
    text-align: center;
  }
  section.mainSignificant .content .item25 .itemContent .title span {
    width: 150px;
  }
  section.mainSignificant .content .item25 .itemContent .subTitle {
    text-align: center;
  }
  section.mainSignificant .content .item25 .itemContent.green .title {
    font-size: 38px;
  }
  section.mainSignificant .content .item25.borderRight {
    border-right: none;
  }
  section.mainSignificant .content .item50 {
    width: 100%;
    border: none;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    padding: 30px 25px;
    height: auto;
  }
  section.mainSignificant .content .item50.centerBorder:after {
    display: none;
  }
  section.mainSignificant .content .item50.borderTop {
    border-top: none;
  }
  section.mainSignificant .content .item50:last-child {
    border-bottom: 0;
  }
  section.mainSupplier {
    border-radius: 0 0 50px 50px;
  }
  section.mainSupplier .title {
    font-size: 43px;
    line-height: 51px;
  }
  section.mainSupplier .content .cardArea {
    flex-direction: column;
    align-items: center;
  }
  section.mainSupplier .content .bottomText {
    font-size: 18px;
  }
  section.mainSupplier:after {
    max-width: 75%;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.mainSlide .slideContent .content > .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.mainSlide .slideContent .content .bottomArea {
    flex-direction: column;
    align-items: center;
  }
  section.mainSlide .slideContent .content .bottomArea .row {
    justify-content: center;
  }
  section.mainSlide .slideContent .content .bottomArea .paginationArea {
    order: 2;
    margin-top: 25px;
    text-align: center;
  }
  section.mainSlide .slideContent .content .bottomArea .paginationArea .swiper-pagination-global {
    justify-content: center;
  }
  section.mainSlide .slideContent2 .content > .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.mainSlide .slideContent2 .content > .imgArea {
    position: relative;
    left: unset;
    top: unset;
    transform: none;
    margin-top: 30px;
  }
  section.mainSlide .slideContent2 .content .bottomArea {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  section.mainSlide .slideContent2 .content .bottomArea .row {
    justify-content: center;
  }
  section.mainSlide .slideContent2 .content .bottomArea .paginationArea {
    order: 2;
    margin-top: 25px;
    text-align: center;
  }
  section.mainSlide .slideContent2 .content .bottomArea .paginationArea .swiper-pagination {
    justify-content: center;
  }
  section.mainSlide .slideContent3 .content > .title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    position: relative;
    left: unset;
    top: unset;
    transform: none;
  }
  section.mainSlide .slideContent3 .content > .imgArea {
    position: relative;
    left: unset;
    top: unset;
    transform: none;
    margin-top: 30px;
  }
  section.mainSlide .slideContent3 .content .rightCardArea {
    width: 100%;
  }
  section.mainSlide .slideContent3 .content .rightCardArea .row {
    flex-direction: column;
    align-items: center;
  }
  section.mainSlide .slideContent3 .content .bottomArea {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  section.mainSlide .slideContent3 .content .bottomArea .paginationArea {
    order: 2;
    margin-top: 25px;
    text-align: center;
    flex-direction: column;
  }
  section.mainSlide .slideContent3 .content .bottomArea .paginationArea .swiper-pagination {
    padding: 0;
  }
  section.mainSlide .slideContent3 .content .bottomArea .paginationArea .swiper-pagination-global {
    justify-content: center;
    padding: 0;
    margin-top: 25px;
  }
  section.mainSlide .mainSlider {
    position: relative;
    z-index: 2;
  }
  section.mainSlide .mainSlider .bottomArea .paginationArea .text {
    display: none;
  }
  section.mainSlide .mainSlider .swiper-slide .subTitle {
    display: flex;
  }
  section.mainSlide .mainSlider .swiper-slide .row {
    flex-wrap: nowrap;
    scrollbar-width: none;
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row !important;
    justify-content: flex-start !important;
  }
  section.mainGuns {
    border-radius: 0 0 50px 50px;
  }
  section.mainGuns .contentArea {
    padding: 60px 10px;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  section.mainGuns .contentArea .armsCard {
    border-radius: 24px;
    width: 100%;
    padding: 30px 20px;
  }
  section.mainGuns .contentArea .armsCard .text {
    text-align: center;
  }
  section.mainGuns .contentArea .armsCard .bottomArea {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  section.mainGuns .contentArea .armsCard .bottomArea .arrow {
    width: 78px;
  }
  section.mainSignificant {
    padding-top: 150px;
    border-radius: 0 0 50px 50px;
  }
  section.mainSignificant .titleArea {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
  section.mainSignificant .titleArea .title {
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    width: 100%;
  }
  section.mainSignificant .titleArea .title span {
    justify-content: center;
  }
  section.mainSignificant .titleArea .title span img {
    transform: translateY(-13px);
    left: 0;
    z-index: -1;
    position: absolute;
  }
  section.mainSignificant .titleArea .text {
    text-align: center;
    font-size: 18px;
  }
  section.mainSignificant .content .item25 {
    width: 50%;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.mainSignificant .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.mainSignificant .content .item25 .itemContent .title {
    justify-content: center;
    font-size: 55px;
    text-align: center;
  }
  section.mainSignificant .content .item25 .itemContent .title span {
    width: 150px;
  }
  section.mainSignificant .content .item25 .itemContent .subTitle {
    text-align: center;
  }
  section.mainSignificant .content .item25 .itemContent.green .title {
    font-size: 38px;
  }
  section.mainSignificant .content .item25.borderRight {
    border-right: none;
  }
  section.mainSignificant .content .item50 {
    width: 50%;
    border: none;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    padding: 30px 25px;
    height: auto;
  }
  section.mainSignificant .content .item50.centerBorder:after {
    display: none;
  }
  section.mainSignificant .content .item50.borderTop {
    border-top: none;
  }
  section.mainSignificant .content .item50:last-child {
    border-bottom: 0;
  }
  section.mainSupplier {
    border-radius: 0 0 50px 50px;
  }
  section.mainSupplier .title {
    font-size: 43px;
    line-height: 51px;
  }
  section.mainSupplier .content .cardArea {
    flex-wrap: wrap;
    align-items: center;
  }
  section.mainSupplier .content .bottomText {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.mainSlide .slideContent .content > .title {
    font-size: 24px;
    line-height: 34px;
  }
  section.mainSlide .slideContent .content .bottomArea {
    flex-direction: column;
    align-items: center;
  }
  section.mainSlide .slideContent .content .bottomArea .row {
    justify-content: center;
  }
  section.mainSlide .slideContent .content .bottomArea .paginationArea {
    order: 2;
    margin-top: 25px;
    text-align: center;
  }
  section.mainSlide .slideContent .content .bottomArea .paginationArea .swiper-pagination {
    justify-content: center;
  }
  section.mainSlide .slideContent2 .content > .imgArea {
    top: 275px;
  }
  section.mainSlide .slideContent3 .content > .title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    position: relative;
    left: unset;
    top: unset;
    transform: none;
    margin-bottom: 30px;
  }
  section.mainSlide .slideContent3 .content > .imgArea {
    position: relative;
    left: unset;
    top: unset;
    transform: none;
    margin-top: 30px;
  }
  section.mainSlide .slideContent3 .content .rightCardArea {
    width: 100%;
  }
  section.mainSlide .slideContent3 .content .rightCardArea .row {
    align-items: center;
  }
  section.mainSlide .slideContent3 .content .bottomArea {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  section.mainSlide .slideContent3 .content .bottomArea .paginationArea {
    order: 2;
    margin-top: 25px;
    text-align: center;
    flex-direction: column;
  }
  section.mainSlide .slideContent3 .content .bottomArea .paginationArea .swiper-pagination {
    justify-content: center;
    padding: 0;
    margin-top: 25px;
  }
  section.mainGuns {
    border-radius: 0 0 50px 50px;
  }
  section.mainGuns .contentArea {
    padding: 60px 10px;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  section.mainGuns .contentArea .armsCard {
    border-radius: 24px;
    width: 100%;
    padding: 30px 20px;
  }
  section.mainGuns .contentArea .armsCard .text {
    text-align: center;
  }
  section.mainGuns .contentArea .armsCard .bottomArea {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  section.mainGuns .contentArea .armsCard .bottomArea .arrow {
    width: 78px;
  }
  section.mainGuns .contentArea .rightCards {
    max-width: 100%;
    flex-direction: row;
  }
  section.mainSignificant {
    padding-top: 150px;
    border-radius: 0 0 50px 50px;
  }
  section.mainSignificant .titleArea {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    align-items: center;
  }
  section.mainSignificant .titleArea .title {
    text-align: center;
    width: 100%;
  }
  section.mainSignificant .titleArea .title span {
    justify-content: center;
  }
  section.mainSignificant .titleArea .title span img {
    transform: translateY(-13px);
    left: 0;
    z-index: -1;
    position: absolute;
  }
  section.mainSignificant .titleArea .text {
    text-align: center;
    font-size: 18px;
  }
  section.mainSignificant .content .item25 {
    width: 50%;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.mainSignificant .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.mainSignificant .content .item25 .itemContent .title {
    justify-content: center;
    font-size: 55px;
    text-align: center;
  }
  section.mainSignificant .content .item25 .itemContent .title span {
    width: 150px;
  }
  section.mainSignificant .content .item25 .itemContent .subTitle {
    text-align: center;
  }
  section.mainSignificant .content .item25 .itemContent.green .title {
    font-size: 38px;
  }
  section.mainSignificant .content .item25.borderRight {
    border-right: none;
  }
  section.mainSignificant .content .item50 {
    width: 50%;
    border: none;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    padding: 30px 25px;
    height: auto;
  }
  section.mainSignificant .content .item50.centerBorder:after {
    display: none;
  }
  section.mainSignificant .content .item50.borderTop {
    border-top: none;
  }
  section.mainSignificant .content .item50:last-child {
    border-bottom: 0;
  }
  section.mainSupplier {
    border-radius: 0 0 50px 50px;
  }
  section.mainSupplier .title {
    font-size: 56px;
    line-height: 64px;
  }
  section.mainSupplier .content .cardArea {
    flex-wrap: wrap;
    align-items: center;
  }
  section.mainSupplier .content .bottomText {
    font-size: 18px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.mainSlide .slideContent3 .content > .title {
    max-width: 630px;
    font-size: 45px;
  }
  section.mainGuns .contentArea {
    padding: 60px 10px;
    gap: 30px;
  }
  section.mainGuns .contentArea .armsCard {
    border-radius: 24px;
    width: 100%;
    padding: 30px 20px;
  }
  section.mainGuns .contentArea .armsCard .text {
    text-align: center;
  }
  section.mainGuns .contentArea .armsCard .bottomArea {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  section.mainGuns .contentArea .armsCard .bottomArea .arrow {
    width: 78px;
  }
  section.mainSignificant {
    padding-top: 150px;
  }
  section.mainSignificant .titleArea {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    align-items: center;
  }
  section.mainSignificant .titleArea .title {
    text-align: center;
    width: 100%;
  }
  section.mainSignificant .titleArea .title span {
    justify-content: center;
  }
  section.mainSignificant .titleArea .title span img {
    transform: translateY(-13px);
    left: 0;
    z-index: -1;
    position: absolute;
  }
  section.mainSignificant .titleArea .text {
    text-align: center;
    font-size: 18px;
  }
  section.mainSignificant .content .item25 {
    width: 50%;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.mainSignificant .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.mainSignificant .content .item25 .itemContent .title {
    justify-content: center;
    font-size: 55px;
    text-align: center;
  }
  section.mainSignificant .content .item25 .itemContent .title span {
    width: 150px;
  }
  section.mainSignificant .content .item25 .itemContent .subTitle {
    text-align: center;
  }
  section.mainSignificant .content .item25 .itemContent.green .title {
    font-size: 38px;
  }
  section.mainSignificant .content .item25.borderRight {
    border-right: none;
  }
  section.mainSignificant .content .item50 {
    width: 50%;
    border: none;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    padding: 30px 25px;
    height: auto;
  }
  section.mainSignificant .content .item50.centerBorder:after {
    display: none;
  }
  section.mainSignificant .content .item50.borderTop {
    border-top: none;
  }
  section.mainSignificant .content .item50:last-child {
    border-bottom: 0;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.mainSignificant .titleArea .title span img {
    transform: translateY(-13px) translateX(-279px);
  }
}
@media screen and (min-width: 1701px) {
  section.mainSlide .slideContent .content .bottomArea .col-lg-7 .row {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 576px) {
  section.noModel .content .title {
    font-size: 24px;
    line-height: 32px;
  }
  section.noModel .content .buttons {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  section.page404 .content .title {
    font-size: 90px;
    line-height: 100px;
  }
  section.page404 .content .buttons {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.page404 .content .title {
    font-size: 90px;
    line-height: 100px;
  }
  section.page404 .content .buttons {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.page404 .content .title {
    font-size: 110px;
    line-height: 120px;
  }
  section.page404 .content .buttons {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  section.productFilter .pageTitle .rightText {
    flex-direction: column-reverse;
  }
  section.productFilter .smartFilteringMenu {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    padding: 30px 20px;
  }
  section.productFilter .smartFilteringMenu .titleArea {
    justify-content: center;
    text-align: center;
    padding-top: 35px;
  }
  section.productFilter .smartFilteringMenu .titleArea .title {
    font-size: 24px;
  }
  section.productFilter .smartFilteringMenu .titleArea .logoArea {
    justify-content: center;
  }
  section.productFilter .smartFilteringMenu .titleArea .closeBtn {
    top: 0;
  }
  section.productDetail .content .productArea .productImgArea {
    padding: 20px;
  }
  section.productDetail .content .productArea .productImgArea .mainImgArea .imgArea {
    aspect-ratio: unset;
    height: 300px;
    display: flex;
    align-items: center;
  }
  section.productDetail .content .productArea .productImgArea .model3d {
    aspect-ratio: unset;
    height: 300px !important;
    display: flex;
    align-items: center;
  }
  section.productDetail .content .productArea .bottomButtons {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  section.productDetail .content .productArea .bottomButtons .button3d {
    width: 70px;
    height: 65px;
    margin: 0;
  }
  section.productDetail .content .productArea .bottomButtons .items {
    padding: 20px 0;
  }
  section.productDetail .content .productVideoGallery {
    margin: 60px 0;
  }
  section.productDetail .content .productMiddleArea {
    flex-direction: column;
    gap: 125px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.productDetail .content .productArea .productImgArea {
    padding: 20px;
  }
  section.productDetail .content .productArea .productImgArea .mainImgArea .imgArea {
    aspect-ratio: unset;
    height: 300px;
    display: flex;
    align-items: center;
  }
  section.productDetail .content .productArea .productImgArea .model3d {
    aspect-ratio: unset;
    height: 300px !important;
    display: flex;
    align-items: center;
  }
  section.productDetail .content .productArea .bottomButtons {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  section.productDetail .content .productArea .bottomButtons .button3d {
    width: 70px;
    height: 65px;
    margin: 0;
  }
  section.productDetail .content .productArea .bottomButtons .items {
    padding: 20px 0;
  }
  section.productDetail .content .productArea .productVideoGallery {
    margin: 60px 0;
  }
  section.productDetail .content .productArea .productMiddleArea {
    flex-direction: column;
    gap: 125px;
    margin-bottom: 60px;
  }
  section.productFilter .smartFilteringMenu {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    padding: 30px 20px;
  }
  section.productFilter .smartFilteringMenu .titleArea {
    justify-content: center;
  }
  section.productFilter .smartFilteringMenu .titleArea .title {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.productDetail .content .productArea .productImgArea {
    padding: 20px;
  }
  section.productDetail .content .productArea .productImgArea .mainImgArea .imgArea {
    aspect-ratio: unset;
    height: 300px;
    display: flex;
    align-items: center;
  }
  section.productDetail .content .productArea .productImgArea .model3d {
    aspect-ratio: unset;
    height: 300px !important;
    display: flex;
    align-items: center;
  }
  section.productDetail .content .productArea .bottomButtons {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  section.productDetail .content .productArea .bottomButtons .button3d {
    width: 70px;
    height: 65px;
    margin: 0;
  }
  section.productDetail .content .productVideoGallery {
    margin: 60px 0;
  }
  section.productDetail .content .productMiddleArea {
    flex-direction: column;
    gap: 125px;
    margin-bottom: 60px;
  }
  section.productFilter .smartFilteringMenu {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    padding: 30px 20px;
  }
  section.productFilter .smartFilteringMenu .titleArea {
    justify-content: center;
  }
  section.productFilter .smartFilteringMenu .titleArea .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  section.blogDetail .blogText {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  section.blogDetail .bottomText {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  section.blogDetail .blogImgArea .vectorArea {
    -webkit-mask-position: bottom;
    align-items: flex-end;
    padding: 5px 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.blogDetail .blogImgArea .vectorArea {
    -webkit-mask-position: bottom;
    align-items: flex-end;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.blogDetail .blogImgArea .vectorArea {
    -webkit-mask-position: bottom;
    align-items: flex-end;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 576px) {
  section.aboutUs {
    padding: 180px 0 100px;
  }
  section.aboutUs .banner {
    margin-bottom: 50px;
  }
  section.aboutUs .banner .aboutBannerAera .cardContent {
    padding: 30px 20px;
    align-items: center;
    flex-direction: column;
  }
  section.aboutUs .banner .aboutBannerAera .cardContent .title {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }
  section.aboutUs .banner .aboutBannerAera .cardContent .rightText {
    text-align: center;
  }
  section.aboutUs .banner .aboutBannerAera .vectorArea {
    -webkit-mask-position: bottom;
    border-radius: 0 0 56px 58px;
    height: 125px;
  }
  section.aboutUs .banner .aboutBannerAera .imgArea {
    bottom: 20px;
  }
  section.aboutUs .banner .aboutBannerAera:before {
    bottom: -110px;
  }
  section.aboutUs .banner .halfText {
    padding: 0;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
  }
  section.aboutUs .banner .bottomText {
    padding: 0;
    text-align: center;
    margin-top: 10px;
  }
  section.aboutUs .ourRoots .content {
    padding: 40px 20px;
    background-size: cover;
    border-radius: 60px;
  }
  section.aboutUs .ourRoots .content .titleArea {
    flex-direction: column;
    align-items: center;
  }
  section.aboutUs .ourRoots .content .titleArea > .title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 25px;
  }
  section.aboutUs .ourRoots .content .titleArea .cards {
    padding-bottom: 0;
  }
  section.aboutUs .ourRoots .content > .text {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  section.aboutUs .ourPower .titleAera {
    padding: 20px 5px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  section.aboutUs .ourPower .titleAera .title {
    font-size: 32px;
    text-align: center;
    line-height: 42px;
  }
  section.aboutUs .ourPower .titleAera .numberArea {
    font-size: 105px;
  }
  section.aboutUs .ourPower .content .item25 {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    height: auto;
  }
  section.aboutUs .ourPower .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.aboutUs .ourPower .content .item25 .itemContent .title {
    justify-content: center;
    font-size: 55px;
    text-align: center;
  }
  section.aboutUs .ourPower .content .item25 .itemContent .title span {
    width: 150px;
  }
  section.aboutUs .ourPower .content .item25 .itemContent .subTitle {
    text-align: center;
  }
  section.aboutUs .ourPower .content .item25 .itemContent .text {
    text-align: center;
    margin-top: 25px;
  }
  section.aboutUs .ourPower .content .item25:before {
    display: none;
  }
  section.aboutUs .ourPower .content .item25.borderRight {
    border-right: none;
  }
  section.aboutUs .ourPower .content .item50 {
    width: 100%;
    border: none;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    padding: 30px 25px;
    height: auto;
  }
  section.aboutUs .ourPower .content .item50.centerBorder:after {
    display: none;
  }
  section.aboutUs .ourPower .content .item50.borderTop {
    border-top: none;
  }
  section.aboutUs .ourPower .content .item50:last-child {
    border-bottom: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.aboutUs {
    padding: 180px 0 100px;
  }
  section.aboutUs .banner {
    margin-bottom: 50px;
  }
  section.aboutUs .banner .aboutBannerAera .cardContent {
    padding: 30px 20px;
    align-items: center;
    flex-direction: column;
  }
  section.aboutUs .banner .aboutBannerAera .cardContent .title {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }
  section.aboutUs .banner .aboutBannerAera .cardContent .rightText {
    text-align: center;
  }
  section.aboutUs .banner .aboutBannerAera .vectorArea {
    -webkit-mask-position: bottom;
    border-radius: 0 0 56px 58px;
    height: 125px;
  }
  section.aboutUs .banner .aboutBannerAera .imgArea {
    bottom: 20px;
  }
  section.aboutUs .banner .aboutBannerAera:before {
    bottom: -110px;
  }
  section.aboutUs .banner .halfText {
    padding: 0;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
  }
  section.aboutUs .banner .bottomText {
    padding: 0;
    text-align: center;
    margin-top: 10px;
  }
  section.aboutUs .ourRoots .content {
    padding: 40px 20px;
    background-size: cover;
    border-radius: 60px;
  }
  section.aboutUs .ourRoots .content .titleArea {
    flex-direction: column;
    align-items: center;
  }
  section.aboutUs .ourRoots .content .titleArea > .title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 25px;
  }
  section.aboutUs .ourRoots .content .titleArea .cards {
    padding-bottom: 0;
  }
  section.aboutUs .ourRoots .content > .text {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  section.aboutUs .ourPower .titleAera {
    padding: 20px 5px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  section.aboutUs .ourPower .titleAera .title {
    text-align: center;
  }
  section.aboutUs .ourPower .content .item25 {
    width: 50%;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    height: auto;
  }
  section.aboutUs .ourPower .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.aboutUs .ourPower .content .item25 .itemContent .title {
    font-size: 55px;
  }
  section.aboutUs .ourPower .content .item25 .itemContent .title span {
    width: 150px;
  }
  section.aboutUs .ourPower .content .item25 .itemContent .text {
    margin-top: 25px;
  }
  section.aboutUs .ourPower .content .item25:before {
    display: none;
  }
  section.aboutUs .ourPower .content .item25.borderRight {
    border-right: none;
  }
  section.aboutUs .ourPower .content .item50 {
    width: 100%;
    border: none;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    padding: 30px 25px;
    height: auto;
  }
  section.aboutUs .ourPower .content .item50.centerBorder:after {
    display: none;
  }
  section.aboutUs .ourPower .content .item50.borderTop {
    border-top: none;
  }
  section.aboutUs .ourPower .content .item50:last-child {
    border-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.aboutUs {
    padding: 180px 0 100px;
  }
  section.aboutUs .banner {
    margin-bottom: 50px;
  }
  section.aboutUs .banner .aboutBannerAera .cardContent {
    padding: 30px 20px;
    align-items: center;
    flex-direction: column;
  }
  section.aboutUs .banner .aboutBannerAera .cardContent .title {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }
  section.aboutUs .banner .aboutBannerAera .cardContent .rightText {
    text-align: center;
  }
  section.aboutUs .banner .aboutBannerAera .vectorArea {
    -webkit-mask-position: bottom;
    border-radius: 0 0 56px 58px;
  }
  section.aboutUs .banner .aboutBannerAera .imgArea {
    bottom: 20px;
  }
  section.aboutUs .banner .aboutBannerAera:before {
    bottom: -110px;
  }
  section.aboutUs .banner .halfText {
    padding: 0;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
  }
  section.aboutUs .banner .bottomText {
    padding: 0;
    text-align: center;
    margin-top: 10px;
  }
  section.aboutUs .ourRoots .content {
    padding: 60px 20px 40px 20px;
    background-size: cover;
    border-radius: 60px;
    min-height: 100px;
  }
  section.aboutUs .ourRoots .content .titleArea {
    flex-direction: column;
    align-items: center;
  }
  section.aboutUs .ourRoots .content .titleArea > .title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 25px;
  }
  section.aboutUs .ourRoots .content .titleArea .cards {
    padding-bottom: 0;
    flex-direction: row;
    max-width: 100%;
    justify-content: center;
  }
  section.aboutUs .ourRoots .content > .text {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  section.aboutUs .ourPower .titleAera {
    padding: 20px 5px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  section.aboutUs .ourPower .titleAera .title {
    text-align: center;
  }
  section.aboutUs .ourPower .content .item25 {
    width: 50%;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    height: auto;
  }
  section.aboutUs .ourPower .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.aboutUs .ourPower .content .item25 .itemContent .title {
    font-size: 55px;
  }
  section.aboutUs .ourPower .content .item25 .itemContent .title span {
    width: 150px;
  }
  section.aboutUs .ourPower .content .item25 .itemContent .text {
    margin-top: 25px;
  }
  section.aboutUs .ourPower .content .item25:before {
    display: none;
  }
  section.aboutUs .ourPower .content .item25.borderRight {
    border-right: none;
  }
  section.aboutUs .ourPower .content .item50 {
    width: 100%;
    border: none;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    padding: 30px 25px;
    height: auto;
  }
  section.aboutUs .ourPower .content .item50.centerBorder:after {
    display: none;
  }
  section.aboutUs .ourPower .content .item50.borderTop {
    border-top: none;
  }
  section.aboutUs .ourPower .content .item50:last-child {
    border-bottom: 0;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.aboutUs {
    padding: 180px 0 100px;
  }
  section.aboutUs .banner {
    margin-bottom: 50px;
  }
  section.aboutUs .banner .aboutBannerAera .cardContent {
    padding: 30px 20px;
    align-items: center;
    flex-direction: column;
  }
  section.aboutUs .banner .aboutBannerAera .cardContent .title {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }
  section.aboutUs .banner .aboutBannerAera .cardContent .rightText {
    text-align: center;
  }
  section.aboutUs .banner .aboutBannerAera .vectorArea {
    -webkit-mask-position: bottom;
    border-radius: 0 0 56px 58px;
  }
  section.aboutUs .banner .aboutBannerAera .imgArea {
    bottom: 20px;
  }
  section.aboutUs .banner .aboutBannerAera:before {
    bottom: -110px;
  }
  section.aboutUs .banner .halfText {
    padding: 0;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
  }
  section.aboutUs .banner .bottomText {
    padding: 0;
    text-align: center;
    margin-top: 10px;
  }
  section.aboutUs .ourRoots .content {
    padding: 60px 20px 40px 20px;
    background-size: cover;
    border-radius: 60px;
    min-height: 100px;
  }
  section.aboutUs .ourRoots .content .titleArea {
    flex-direction: column;
    align-items: center;
  }
  section.aboutUs .ourRoots .content .titleArea > .title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 25px;
  }
  section.aboutUs .ourRoots .content .titleArea .cards {
    padding-bottom: 0;
    flex-direction: row;
    max-width: 100%;
    justify-content: center;
  }
  section.aboutUs .ourRoots .content > .text {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
  }
  section.aboutUs .ourPower .titleAera {
    padding: 20px 5px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  section.aboutUs .ourPower .titleAera .title {
    text-align: center;
  }
  section.aboutUs .ourPower .content .item25 {
    width: 50%;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    height: auto;
  }
  section.aboutUs .ourPower .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.aboutUs .ourPower .content .item25 .itemContent .title {
    font-size: 55px;
  }
  section.aboutUs .ourPower .content .item25 .itemContent .title span {
    width: 150px;
  }
  section.aboutUs .ourPower .content .item25 .itemContent .text {
    margin-top: 25px;
  }
  section.aboutUs .ourPower .content .item25:before {
    display: none;
  }
  section.aboutUs .ourPower .content .item25.borderRight {
    border-right: none;
  }
  section.aboutUs .ourPower .content .item50 {
    width: 100%;
    border: none;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    padding: 30px 25px;
    height: auto;
  }
  section.aboutUs .ourPower .content .item50.centerBorder:after {
    display: none;
  }
  section.aboutUs .ourPower .content .item50.borderTop {
    border-top: none;
  }
  section.aboutUs .ourPower .content .item50:last-child {
    border-bottom: 0;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.aboutUs {
    padding: 180px 0 100px;
  }
  section.aboutUs .banner {
    margin-bottom: 50px;
  }
  section.aboutUs .banner .aboutBannerAera .cardContent {
    padding: 30px 20px;
  }
  section.aboutUs .banner .aboutBannerAera .vectorArea {
    -webkit-mask-position: bottom;
    border-radius: 0 0 56px 58px;
  }
  section.aboutUs .banner .bottomText {
    padding: 0;
    text-align: center;
    margin-top: 10px;
  }
  section.aboutUs .ourRoots .content {
    padding: 60px 20px 40px 20px;
    background-size: cover;
    border-radius: 60px;
    min-height: 100px;
  }
  section.aboutUs .ourRoots .content .titleArea {
    flex-direction: column;
    align-items: center;
  }
  section.aboutUs .ourRoots .content .titleArea > .title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 25px;
  }
  section.aboutUs .ourRoots .content .titleArea .cards {
    padding-bottom: 0;
    flex-direction: row;
    max-width: 100%;
    justify-content: center;
  }
  section.aboutUs .ourRoots .content > .text {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
  }
  section.aboutUs .ourPower .titleAera {
    padding: 20px 5px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  section.aboutUs .ourPower .titleAera .title {
    text-align: center;
  }
  section.aboutUs .ourPower .content .item25 {
    border-bottom: 1px solid #2D2D2D;
    height: auto;
  }
  section.aboutUs .ourPower .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.aboutUs .ourPower .content .item25 .itemContent .title {
    font-size: 55px;
  }
  section.aboutUs .ourPower .content .item25 .itemContent .title span {
    width: 150px;
  }
  section.aboutUs .ourPower .content .item25 .itemContent .text {
    margin-top: 25px;
  }
  section.aboutUs .ourPower .content .item25.borderRight {
    border-right: none;
  }
}
@media screen and (max-width: 576px) {
  section.produce {
    padding: 240px 0 100px;
  }
  section.produce .banner {
    padding-bottom: 80px;
  }
  section.produce .banner .produceTitle {
    padding: 80px 0 0;
  }
  section.produce .banner .produceTitle .titleArea {
    flex-direction: column;
    align-items: center;
  }
  section.produce .banner .produceTitle .titleArea .title {
    font-size: 23px;
    text-align: center;
    line-height: 33px;
  }
  section.produce .banner .produceTitle .text {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }
  section.produce .banner .produceTitle:after {
    left: 50%;
    transform: translateX(-50%);
  }
  section.produce .banner .content .imgArea {
    aspect-ratio: unset;
    height: 120px;
  }
  section.produce .banner .content .bottomText {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }
  section.produce .produceCards {
    padding-bottom: 70px;
  }
  section.produce .produceCards .content .item25 {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    height: auto;
  }
  section.produce .produceCards .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.produce .produceCards .content .item25 .itemContent .title {
    justify-content: center;
    font-size: 24px;
    text-align: center;
    line-height: 34px;
  }
  section.produce .produceCards .content .item25 .itemContent .text {
    text-align: center;
  }
  section.produce .produceCards .content .item25 .itemContent .number {
    text-align: center;
    margin-top: 25px;
  }
  section.produce .produceCards .content .item25:before {
    display: none;
  }
  section.produce .produceCards .content .item25.borderRight {
    border-right: none;
  }
  section.produce .ourEnergy {
    padding-top: 70px;
  }
  section.produce .ourEnergy .title {
    font-size: 22px;
    line-height: 32px;
  }
  section.produce .ourEnergy .content {
    min-height: 325px;
  }
  section.produce .ourEnergy .content .text {
    font-size: 85px;
  }
  section.produce .ourEnergy .bottomText {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.produce {
    padding: 240px 0 100px;
  }
  section.produce .banner {
    padding-bottom: 80px;
  }
  section.produce .banner .produceTitle {
    padding: 80px 0 0;
  }
  section.produce .banner .produceTitle .titleArea {
    flex-direction: column;
    align-items: center;
  }
  section.produce .banner .produceTitle .titleArea .title {
    font-size: 23px;
    text-align: center;
    line-height: 33px;
  }
  section.produce .banner .produceTitle .text {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }
  section.produce .banner .produceTitle:after {
    left: 50%;
    transform: translateX(-50%);
  }
  section.produce .banner .content .imgArea {
    aspect-ratio: unset;
    height: 120px;
  }
  section.produce .banner .content .bottomText {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }
  section.produce .produceCards {
    padding-bottom: 70px;
  }
  section.produce .produceCards .content .item25 {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    height: auto;
  }
  section.produce .produceCards .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.produce .produceCards .content .item25 .itemContent .title {
    justify-content: center;
    font-size: 24px;
    text-align: center;
    line-height: 34px;
  }
  section.produce .produceCards .content .item25 .itemContent .text {
    text-align: center;
  }
  section.produce .produceCards .content .item25 .itemContent .number {
    text-align: center;
    margin-top: 25px;
  }
  section.produce .produceCards .content .item25:before {
    display: none;
  }
  section.produce .produceCards .content .item25.borderRight {
    border-right: none;
  }
  section.produce .ourEnergy {
    padding-top: 70px;
  }
  section.produce .ourEnergy .title {
    font-size: 22px;
    line-height: 32px;
  }
  section.produce .ourEnergy .content {
    min-height: 325px;
  }
  section.produce .ourEnergy .content .text {
    font-size: 125px;
  }
  section.produce .ourEnergy .bottomText {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.produce {
    padding: 240px 0 100px;
  }
  section.produce .banner {
    padding-bottom: 80px;
  }
  section.produce .banner .produceTitle {
    padding: 80px 0 0;
  }
  section.produce .banner .produceTitle .titleArea {
    flex-direction: column;
    align-items: center;
  }
  section.produce .banner .produceTitle .titleArea .title {
    font-size: 23px;
    text-align: center;
    line-height: 33px;
  }
  section.produce .banner .produceTitle .text {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }
  section.produce .banner .produceTitle:after {
    left: 50%;
    transform: translateX(-50%);
  }
  section.produce .banner .content .imgArea {
    aspect-ratio: unset;
    height: 120px;
  }
  section.produce .banner .content .bottomText {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }
  section.produce .produceCards {
    padding-bottom: 70px;
  }
  section.produce .produceCards .content .item25 {
    width: 50%;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    height: auto;
  }
  section.produce .produceCards .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.produce .produceCards .content .item25 .itemContent .title {
    justify-content: center;
    font-size: 24px;
    line-height: 34px;
  }
  section.produce .produceCards .content .item25 .itemContent .number {
    margin-top: 25px;
  }
  section.produce .produceCards .content .item25:before {
    display: none;
  }
  section.produce .produceCards .content .item25.borderRight {
    border-right: none;
  }
  section.produce .ourEnergy {
    padding-top: 70px;
  }
  section.produce .ourEnergy .title {
    font-size: 22px;
    line-height: 32px;
  }
  section.produce .ourEnergy .content {
    min-height: 325px;
  }
  section.produce .ourEnergy .content .text {
    font-size: 125px;
  }
  section.produce .ourEnergy .bottomText {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.produce .banner .produceTitle {
    padding-left: 100px;
  }
  section.produce .produceCards .content .item25 .itemContent {
    padding: 0 30px 20px;
  }
}
@media screen and (max-width: 576px) {
  section.supplier {
    padding: 175px 0 100px;
  }
  section.supplier .banner {
    padding-bottom: 30px;
  }
  section.supplier .banner .aboutBannerAera .cardContent {
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
  }
  section.supplier .banner .aboutBannerAera .cardContent .title {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 25px;
  }
  section.supplier .banner .aboutBannerAera .cardContent .rightText {
    line-height: 22px;
    text-align: center;
  }
  section.supplier .banner .aboutBannerAera .vectorArea {
    border-radius: 0 0 56px 56px;
    overflow: hidden;
    height: 170px;
  }
  section.supplier .banner .aboutBannerAera .vectorArea .imgArea img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  section.supplier .banner .bottomText {
    margin-top: 30px;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  section.supplier .supplierCards:after {
    width: 100%;
    height: 300px;
    aspect-ratio: unset;
  }
  section.supplier .b2b .container > .title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.supplier {
    padding: 175px 0 100px;
  }
  section.supplier .banner {
    padding-bottom: 30px;
  }
  section.supplier .banner .aboutBannerAera .cardContent {
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
  }
  section.supplier .banner .aboutBannerAera .cardContent .title {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 25px;
  }
  section.supplier .banner .aboutBannerAera .cardContent .rightText {
    line-height: 22px;
    text-align: center;
  }
  section.supplier .banner .aboutBannerAera .vectorArea {
    border-radius: 0 0 56px 56px;
    overflow: hidden;
    height: 170px;
  }
  section.supplier .banner .aboutBannerAera .vectorArea .imgArea img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  section.supplier .banner .bottomText {
    margin-top: 30px;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  section.supplier .supplierCards:after {
    width: 100%;
    height: 300px;
    aspect-ratio: unset;
  }
  section.supplier .b2b .container > .title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.supplier {
    padding: 175px 0 100px;
  }
  section.supplier .banner {
    padding-bottom: 30px;
  }
  section.supplier .banner .aboutBannerAera .cardContent {
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
  }
  section.supplier .banner .aboutBannerAera .cardContent .title {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 25px;
  }
  section.supplier .banner .aboutBannerAera .cardContent .rightText {
    line-height: 22px;
    text-align: center;
  }
  section.supplier .banner .aboutBannerAera .vectorArea {
    border-radius: 0 0 56px 56px;
    overflow: hidden;
    height: 290px;
  }
  section.supplier .banner .aboutBannerAera .vectorArea .imgArea img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  section.supplier .banner .bottomText {
    margin-top: 30px;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  section.supplier .supplierCards:after {
    width: 100%;
    height: 300px;
    aspect-ratio: unset;
  }
  section.supplier .b2b .container > .title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.supplier {
    padding: 175px 0 100px;
  }
  section.supplier .banner {
    padding-bottom: 30px;
  }
  section.supplier .banner .aboutBannerAera .cardContent {
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
  }
  section.supplier .banner .aboutBannerAera .cardContent .title {
    text-align: center;
    margin-bottom: 25px;
  }
  section.supplier .banner .aboutBannerAera .cardContent .rightText {
    line-height: 22px;
    text-align: center;
  }
  section.supplier .banner .aboutBannerAera .vectorArea {
    border-radius: 0 0 56px 56px;
    overflow: hidden;
  }
  section.supplier .banner .aboutBannerAera .vectorArea .imgArea img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  section.supplier .banner .bottomText {
    margin-top: 30px;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.supplier {
    padding: 175px 0 100px;
  }
  section.supplier .banner {
    padding-bottom: 30px;
  }
  section.supplier .banner .aboutBannerAera .cardContent {
    padding: 50px 20px;
  }
  section.supplier .banner .aboutBannerAera .cardContent .title {
    text-align: center;
    margin-bottom: 25px;
  }
  section.supplier .banner .aboutBannerAera .cardContent .rightText {
    line-height: 22px;
    text-align: center;
  }
  section.supplier .banner .aboutBannerAera .vectorArea {
    border-radius: 0 0 56px 56px;
    overflow: hidden;
  }
  section.supplier .banner .aboutBannerAera .vectorArea .imgArea img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  section.supplier .banner .bottomText {
    margin-top: 30px;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  section.tolerance .banner {
    padding-bottom: 30px;
  }
  section.tolerance .banner .aboutBannerAera .cardContent {
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
  }
  section.tolerance .banner .aboutBannerAera .cardContent .title {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 25px;
  }
  section.tolerance .banner .aboutBannerAera .cardContent .rightText {
    line-height: 22px;
    text-align: center;
  }
  section.tolerance .banner .aboutBannerAera .vectorArea {
    border-radius: 0 0 56px 56px;
    overflow: hidden;
    height: 170px;
  }
  section.tolerance .banner .aboutBannerAera .vectorArea .imgArea img {
    -o-object-position: top left;
       object-position: top left;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.tolerance .banner .bottomText {
    margin-top: 30px;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  section.tolerance .pinnacle {
    padding: 80px 0;
  }
  section.tolerance .pinnacle .container > .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  section.tolerance .production .titleArea {
    flex-direction: column-reverse;
    gap: 20px;
  }
  section.tolerance .production .titleArea .title {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }
  section.tolerance .production .titleArea .arrow {
    width: 70px;
  }
  section.tolerance .production .titleArea:after {
    left: 0;
    transform: translateX(-50%);
  }
  section.tolerance .production .content {
    flex-direction: column;
    border-bottom: none;
  }
  section.tolerance .production .content .leftImgArea {
    border: none;
    border-bottom: 1px solid #2D2D2D;
    padding: 20px 0;
  }
  section.tolerance .production .content .leftImgArea .area .text {
    top: 20px;
    right: unset;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 20px;
  }
  section.tolerance .production .content .leftImgArea:after, section.tolerance .production .content .leftImgArea:before {
    display: none;
  }
  section.tolerance .production .content .text {
    padding: 20px 0 0;
  }
  section.tolerance .production .content .text p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
  }
  section.tolerance .ourPower {
    padding: 80px 0 0;
  }
  section.tolerance .ourPower .titleAera {
    padding: 20px 5px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  section.tolerance .ourPower .titleAera .title {
    font-size: 32px;
    text-align: center;
    line-height: 42px;
  }
  section.tolerance .ourPower .titleAera .numberArea {
    font-size: 105px;
    margin: 0;
  }
  section.tolerance .ourPower .titleAera .numberArea:after {
    width: 100%;
    right: 50%;
    transform: translateX(50%);
  }
  section.tolerance .ourPower .content .item25 {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    height: auto;
  }
  section.tolerance .ourPower .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.tolerance .ourPower .content .item25 .itemContent .title {
    justify-content: center;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    padding: 0;
  }
  section.tolerance .ourPower .content .item25 .itemContent .subTitle {
    text-align: center;
  }
  section.tolerance .ourPower .content .item25 .itemContent .text {
    text-align: center;
    margin-top: 25px;
    padding: 0;
  }
  section.tolerance .ourPower .content .item25:before {
    display: none;
  }
  section.tolerance .ourPower .content .item25.borderRight {
    border-right: none;
  }
  section.tolerance .ourPower .content .item50 {
    width: 100%;
    border: none;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    padding: 30px 25px;
    height: auto;
  }
  section.tolerance .ourPower .content .item50.centerBorder:after {
    display: none;
  }
  section.tolerance .ourPower .content .item50.borderTop {
    border-top: none;
  }
  section.tolerance .ourPower .content .item50:last-child {
    border-bottom: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.tolerance .banner {
    padding-bottom: 30px;
  }
  section.tolerance .banner .aboutBannerAera .cardContent {
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
  }
  section.tolerance .banner .aboutBannerAera .cardContent .title {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 25px;
  }
  section.tolerance .banner .aboutBannerAera .cardContent .rightText {
    line-height: 22px;
    text-align: center;
  }
  section.tolerance .banner .aboutBannerAera .vectorArea {
    border-radius: 0 0 56px 56px;
    overflow: hidden;
    height: 170px;
  }
  section.tolerance .banner .aboutBannerAera .vectorArea .imgArea img {
    -o-object-position: top left;
       object-position: top left;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.tolerance .banner .bottomText {
    margin-top: 30px;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  section.tolerance .pinnacle {
    padding: 80px 0;
  }
  section.tolerance .pinnacle .container > .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  section.tolerance .production .titleArea {
    flex-direction: column-reverse;
    gap: 20px;
  }
  section.tolerance .production .titleArea .title {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }
  section.tolerance .production .titleArea .arrow {
    width: 70px;
  }
  section.tolerance .production .titleArea:after {
    left: 0;
    transform: translateX(-50%);
  }
  section.tolerance .production .content {
    flex-direction: column;
    border-bottom: none;
  }
  section.tolerance .production .content .leftImgArea {
    border: none;
    border-bottom: 1px solid #2D2D2D;
    padding: 20px 0;
  }
  section.tolerance .production .content .leftImgArea .area .text {
    top: 20px;
    right: unset;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 20px;
  }
  section.tolerance .production .content .leftImgArea:after, section.tolerance .production .content .leftImgArea:before {
    display: none;
  }
  section.tolerance .production .content .text {
    padding: 20px 0 0;
  }
  section.tolerance .production .content .text p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
  }
  section.tolerance .ourPower {
    padding: 80px 0 0;
  }
  section.tolerance .ourPower .titleAera {
    padding: 20px 5px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  section.tolerance .ourPower .titleAera .title {
    font-size: 32px;
    text-align: center;
    line-height: 42px;
  }
  section.tolerance .ourPower .titleAera .numberArea {
    font-size: 105px;
    margin: 0;
  }
  section.tolerance .ourPower .titleAera .numberArea:after {
    width: 100%;
    right: 50%;
    transform: translateX(50%);
  }
  section.tolerance .ourPower .content .item25 {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    height: auto;
  }
  section.tolerance .ourPower .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.tolerance .ourPower .content .item25 .itemContent .title {
    justify-content: center;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    padding: 0;
  }
  section.tolerance .ourPower .content .item25 .itemContent .subTitle {
    text-align: center;
  }
  section.tolerance .ourPower .content .item25 .itemContent .text {
    text-align: center;
    margin-top: 25px;
    padding: 0;
  }
  section.tolerance .ourPower .content .item25:before {
    display: none;
  }
  section.tolerance .ourPower .content .item25.borderRight {
    border-right: none;
  }
  section.tolerance .ourPower .content .item50 {
    width: 100%;
    border: none;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    padding: 30px 25px;
    height: auto;
  }
  section.tolerance .ourPower .content .item50.centerBorder:after {
    display: none;
  }
  section.tolerance .ourPower .content .item50.borderTop {
    border-top: none;
  }
  section.tolerance .ourPower .content .item50:last-child {
    border-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.tolerance .banner {
    padding-bottom: 30px;
  }
  section.tolerance .banner .aboutBannerAera .cardContent {
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
  }
  section.tolerance .banner .aboutBannerAera .cardContent .title {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 25px;
  }
  section.tolerance .banner .aboutBannerAera .cardContent .rightText {
    line-height: 22px;
    text-align: center;
  }
  section.tolerance .banner .aboutBannerAera .vectorArea {
    border-radius: 0 0 56px 56px;
    overflow: hidden;
    height: 250px;
  }
  section.tolerance .banner .aboutBannerAera .vectorArea .imgArea img {
    -o-object-position: top left;
       object-position: top left;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.tolerance .banner .bottomText {
    margin-top: 30px;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  section.tolerance .pinnacle {
    padding: 80px 0;
  }
  section.tolerance .pinnacle .container > .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  section.tolerance .production .titleArea {
    flex-direction: column-reverse;
    gap: 20px;
  }
  section.tolerance .production .titleArea .title {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }
  section.tolerance .production .titleArea .arrow {
    width: 70px;
  }
  section.tolerance .production .titleArea:after {
    left: 0;
    transform: translateX(-50%);
  }
  section.tolerance .production .content {
    flex-direction: column;
    border-bottom: none;
  }
  section.tolerance .production .content .leftImgArea {
    border: none;
    border-bottom: 1px solid #2D2D2D;
    padding: 20px 0;
  }
  section.tolerance .production .content .leftImgArea .area .text {
    top: 20px;
    right: unset;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 20px;
  }
  section.tolerance .production .content .leftImgArea:after, section.tolerance .production .content .leftImgArea:before {
    display: none;
  }
  section.tolerance .production .content .text {
    padding: 20px 0 0;
  }
  section.tolerance .production .content .text p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
  }
  section.tolerance .ourPower {
    padding: 80px 0 0;
  }
  section.tolerance .ourPower .titleAera {
    padding: 20px 5px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  section.tolerance .ourPower .titleAera .title {
    font-size: 32px;
    text-align: center;
    line-height: 42px;
  }
  section.tolerance .ourPower .titleAera .numberArea {
    font-size: 105px;
    margin: 0;
  }
  section.tolerance .ourPower .titleAera .numberArea:after {
    width: 100%;
    right: 50%;
    transform: translateX(50%);
  }
  section.tolerance .ourPower .content .item25 {
    width: 50%;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    height: auto;
  }
  section.tolerance .ourPower .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.tolerance .ourPower .content .item25 .itemContent .title {
    font-size: 22px;
    line-height: 35px;
    padding: 0;
  }
  section.tolerance .ourPower .content .item25 .itemContent .text {
    margin-top: 25px;
    padding: 0;
  }
  section.tolerance .ourPower .content .item25:before {
    display: none;
  }
  section.tolerance .ourPower .content .item25.borderRight {
    border-right: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.tolerance .banner {
    padding-bottom: 30px;
  }
  section.tolerance .banner .aboutBannerAera .cardContent {
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
  }
  section.tolerance .banner .aboutBannerAera .cardContent .title {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 25px;
  }
  section.tolerance .banner .aboutBannerAera .cardContent .rightText {
    line-height: 22px;
    text-align: center;
  }
  section.tolerance .banner .aboutBannerAera .vectorArea {
    border-radius: 0 0 56px 56px;
    overflow: hidden;
    height: 300px;
  }
  section.tolerance .banner .aboutBannerAera .vectorArea .imgArea img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  section.tolerance .banner .bottomText {
    margin-top: 30px;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  section.tolerance .pinnacle {
    padding: 80px 0;
  }
  section.tolerance .pinnacle .container > .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  section.tolerance .production .titleArea {
    flex-direction: column-reverse;
    gap: 20px;
  }
  section.tolerance .production .titleArea .title {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }
  section.tolerance .production .titleArea .arrow {
    width: 70px;
  }
  section.tolerance .production .titleArea:after {
    left: 0;
    transform: translateX(-50%);
  }
  section.tolerance .production .content {
    flex-direction: column;
    border-bottom: none;
  }
  section.tolerance .production .content .leftImgArea {
    border: none;
    border-bottom: 1px solid #2D2D2D;
    padding: 20px 0;
  }
  section.tolerance .production .content .leftImgArea .area .text {
    top: 20px;
    right: unset;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 20px;
  }
  section.tolerance .production .content .leftImgArea:after, section.tolerance .production .content .leftImgArea:before {
    display: none;
  }
  section.tolerance .production .content .text {
    padding: 20px 0 0;
  }
  section.tolerance .production .content .text p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
  }
  section.tolerance .ourPower {
    padding: 80px 0 0;
  }
  section.tolerance .ourPower .titleAera {
    padding: 20px 5px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  section.tolerance .ourPower .titleAera .title {
    font-size: 32px;
    text-align: center;
    line-height: 42px;
  }
  section.tolerance .ourPower .titleAera .numberArea {
    font-size: 105px;
    margin: 0;
  }
  section.tolerance .ourPower .titleAera .numberArea:after {
    width: 100%;
    right: 50%;
    transform: translateX(50%);
  }
  section.tolerance .ourPower .content .item25 {
    width: 50%;
    border-left: none;
    border-bottom: 1px solid #2D2D2D;
    height: auto;
  }
  section.tolerance .ourPower .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.tolerance .ourPower .content .item25 .itemContent .title {
    font-size: 22px;
    line-height: 35px;
    padding: 0;
  }
  section.tolerance .ourPower .content .item25 .itemContent .text {
    margin-top: 25px;
    padding: 0;
  }
  section.tolerance .ourPower .content .item25:before {
    display: none;
  }
  section.tolerance .ourPower .content .item25.borderRight {
    border-right: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.tolerance .banner .aboutBannerAera .vectorArea {
    border-radius: 0 0 56px 56px;
    overflow: hidden;
  }
  section.tolerance .banner .aboutBannerAera .vectorArea .imgArea img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  section.tolerance .ourPower {
    padding: 80px 0 0;
  }
  section.tolerance .ourPower .titleAera {
    padding: 20px 5px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  section.tolerance .ourPower .content .item25 {
    border-bottom: 1px solid #2D2D2D;
    height: auto;
  }
  section.tolerance .ourPower .content .item25 .itemContent {
    padding: 30px 25px;
  }
  section.tolerance .ourPower .content .item25 .itemContent .title {
    font-size: 22px;
    line-height: 35px;
    padding: 0;
  }
  section.tolerance .ourPower .content .item25 .itemContent .text {
    margin-top: 25px;
    padding: 0;
  }
  section.tolerance .ourPower .content .item25.borderRight {
    border-right: none;
  }
}
@media screen and (max-width: 576px) {
  section.weRespond .why .content {
    flex-direction: column;
  }
  section.weRespond .why .content > .title {
    font-size: 28px;
    text-align: center;
    line-height: 38px;
  }
  section.contact .content .middleText {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.weRespond .why .content {
    flex-direction: column;
  }
  section.weRespond .why .content > .title {
    font-size: 28px;
    text-align: center;
    line-height: 38px;
  }
  section.weRespond .why .content .row {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.weRespond .why .content {
    flex-direction: column;
  }
  section.weRespond .why .content > .title {
    font-size: 28px;
    text-align: center;
    line-height: 38px;
  }
  section.weRespond .why .row {
    justify-content: center;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.weRespond .why .content {
    flex-direction: column;
  }
  section.weRespond .why .content > .title {
    font-size: 28px;
    text-align: center;
    line-height: 38px;
  }
  section.weRespond .why .row {
    justify-content: center;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.weRespond .why .content {
    flex-direction: column;
  }
  section.weRespond .why .content > .title {
    font-size: 28px;
    text-align: center;
    line-height: 38px;
  }
  section.weRespond .why .row {
    justify-content: center;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .editorContentArea {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .videoItem .videoContent {
    padding: 20px;
  }
  .videoItem .videoContent .iconArea {
    width: 61px;
    height: 56px;
  }
  .pdfCard2 {
    align-items: center;
    text-align: center;
  }
  .policyCard {
    text-align: center;
    align-items: center;
  }
  .productCard .vectorArea {
    -webkit-mask-position: bottom !important;
    justify-content: flex-end !important;
    padding: 15px 25px !important;
  }
  .productCard.type4 .vectorArea {
    padding: 30px 25px !important;
    justify-content: flex-start !important;
  }
  .blogCard .cardContent {
    padding: 20px;
  }
  .blogCard .cardContent .title {
    font-size: 16px;
  }
  .blogCard .vectorArea {
    -webkit-mask-position: bottom;
    align-items: flex-end;
    padding: 15px;
  }
  .blogCard.type2 .vectorArea {
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: bottom left;
  }
  .blogCard.type2 .vectorArea .number {
    font-size: 22px;
    padding-bottom: 25px;
  }
  .blogCard.type2 .vectorArea .address {
    padding-bottom: 10px;
  }
  .rootCard .vectorArea {
    -webkit-mask-position: bottom;
    padding: 15px 20px;
  }
  .rootCard .vectorArea .text {
    font-size: 14px;
  }
  .pinnacleCard .cardContent {
    padding: 30px 20px;
  }
  .pinnacleCard .cardContent .title {
    font-size: 20px;
  }
  .pinnacleCard .vectorArea {
    padding: 20px;
    height: auto;
    -webkit-mask-position: bottom;
    align-items: flex-end;
  }
  .b2bCard {
    padding: 30px 20px;
  }
  .b2bCard .title {
    text-shadow: none;
    font-size: 20px;
    line-height: 30px;
    min-height: 10px;
  }
  .b2bCard:before {
    display: none;
  }
  .productItem {
    padding: 10px 15px;
  }
  .productItem .title {
    font-size: 13px;
  }
  .productItem .text {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .b2bCard {
    padding: 30px 20px;
  }
  .b2bCard .title {
    font-size: 20px;
    line-height: 30px;
    min-height: 10px;
  }
  .b2bCard:before {
    display: none;
  }
  .pinnacleCard .cardContent {
    padding: 30px 20px;
  }
  .pinnacleCard .cardContent .title {
    font-size: 20px;
  }
  .pinnacleCard .vectorArea {
    padding: 20px;
    height: 210px;
    -webkit-mask-position: bottom;
    align-items: flex-end;
  }
  .gunCard {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .gunCard .vectorArea {
    height: 148px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .videoItem .videoContent {
    padding: 20px;
  }
  .videoItem .videoContent .iconArea {
    width: 61px;
    height: 56px;
  }
  .b2bCard {
    padding: 30px 20px;
  }
  .b2bCard .title {
    font-size: 20px;
    line-height: 30px;
    min-height: 10px;
  }
  .b2bCard:before {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .videoItem .videoContent {
    padding: 20px;
  }
  .videoItem .videoContent .iconArea {
    width: 61px;
    height: 56px;
  }
  .productItem {
    padding: 10px 15px;
  }
  .productItem .title {
    font-size: 13px;
  }
  .productItem .text {
    font-size: 13px;
  }
  .b2bCard {
    padding: 30px 20px;
  }
  .b2bCard .title {
    font-size: 20px;
    line-height: 30px;
    min-height: 10px;
  }
  .b2bCard:before {
    display: none;
  }
  .pinnacleCard .cardContent {
    padding: 30px 20px;
  }
  .pinnacleCard .cardContent .title {
    font-size: 20px;
  }
  .pinnacleCard .vectorArea {
    padding: 20px;
    height: 220px;
    -webkit-mask-position: bottom;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1400px) {
  .navlist1 {
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .navlist1::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .navlist1 li {
    max-width: 200px !important;
    width: 100% !important;
    flex-shrink: 0;
  }
  .navlist1 li a {
    padding: 20px;
    height: 150px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .navlist2 {
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .navlist2::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .navlist2 li {
    max-width: 200px !important;
    width: 100% !important;
    flex-shrink: 0;
  }
  .navlist2 li a {
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 576px) {
  .pageBtn {
    padding: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
  }
}
@media screen and (max-width: 576px) {
  .bottomGlobal .buttons {
    flex-wrap: wrap;
  }
  .bottomGlobal .title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 55px;
  }
  .bottomGlobal .bottomText {
    font-size: 21px;
    line-height: 33px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .bottomGlobal .buttons {
    flex-wrap: wrap;
  }
  .bottomGlobal .title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 55px;
  }
  .bottomGlobal .bottomText {
    font-size: 21px;
    line-height: 33px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .bottomGlobal .buttons {
    flex-wrap: wrap;
  }
  .bottomGlobal .title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 55px;
  }
  .bottomGlobal .bottomText {
    font-size: 21px;
    line-height: 33px;
    padding-top: 30px;
  }
}/*# sourceMappingURL=mobile.css.map */