/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/anchors/anchors.scss ***!
  \**********************************************************************************************************************************************************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
.jump-link-nav {
  position: sticky;
  top: 0;
}
.jump-link-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.jump-link-nav__container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
@media all and (max-width: 1180px) {
  .jump-link-nav__container {
    padding: 20px;
  }
}
.jump-link-nav__title {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 8%;
  text-transform: uppercase;
  color: #222222;
}
.jump-link-nav__anchors {
  margin: 0;
  display: flex;
  width: 100%;
  list-style: none;
  padding: 0;
}
@media all and (max-width: 992px) {
  .jump-link-nav__anchors {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 10px;
  }
}
@media all and (max-width: 640px) {
  .jump-link-nav__anchors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.jump-link-nav__anchors li {
  flex-grow: 1;
  text-align: center;
}
.jump-link-nav__anchor {
  flex-grow: 1;
  display: flex;
  padding: 8px 32px;
  border-bottom: 2px solid #dddddd;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #222222;
  text-decoration: none;
}
@media all and (max-width: 1180px) {
  .jump-link-nav__anchor {
    padding: 8px 16px;
    justify-content: center;
  }
}
@media all and (max-width: 640px) {
  .jump-link-nav__anchor {
    height: 100%;
    box-sizing: border-box;
    align-items: center;
  }
}
.jump-link-nav__anchor.active {
  border-bottom-color: #222222;
}

.manufacturing {
  position: relative;
  padding: 100px 0;
  display: flex;
  justify-content: flex-start;
  column-gap: 5.266203703%;
  /*  &__title {

    }
    &__text {
      margin: 0;
      font-size: 18px;
      line-height: 150%;
      color: $black;

      @media all and (max-width: 768px) {
        font-size: 16px;
      }
    }
    &__list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: column;
      row-gap: 16px;
      max-width: 86.946902654%;

      li {
        display: flex;
        padding: 0;
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        align-items: flex-start;
        column-gap: 19px;
        color: $black;

        @media all and (max-width: 768px) {
          font-size: 18px;
        }

        &::before {
          content: url("/wp-content/themes/element/assets/images/t10/ti-list-marker.svg");
          line-height: 1;
        }
      }
    }*/
}
@media all and (max-width: 992px) {
  .manufacturing {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media all and (max-width: 768px) {
  .manufacturing {
    padding: 50px 0;
  }
}
.manufacturing__anchor {
  top: 180px !important;
}
@media all and (max-width: 768px) {
  .manufacturing__anchor {
    top: -140px !important;
  }
}
@media all and (max-width: 640px) {
  .manufacturing__anchor {
    top: -180px !important;
  }
}
@media all and (max-width: 414px) {
  .manufacturing__anchor {
    top: -200px !important;
  }
}
.manufacturing__img {
  padding: 76px 0 77px 175px;
  background-image: url("/wp-content/themes/element/assets/images/t10/manufactur-bg.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media all and (max-width: 1440px) {
  .manufacturing__img {
    padding-left: 75px;
    max-width: 55%;
  }
}
@media all and (max-width: 992px) {
  .manufacturing__img {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media all and (max-width: 480px) {
  .manufacturing__img {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.manufacturing__img img {
  height: auto;
}
.manufacturing__info {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  max-width: 26.157407407%;
  align-self: center;
}
@media all and (max-width: 992px) {
  .manufacturing__info {
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
  }
}
.manufacturing__info h2 {
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #222222;
  margin: 0;
}
@media all and (max-width: 768px) {
  .manufacturing__info h2 {
    font-size: 32px;
  }
}
.manufacturing__info p {
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  color: #222222;
}
@media all and (max-width: 768px) {
  .manufacturing__info p {
    font-size: 16px;
  }
}
.manufacturing__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  max-width: 86.946902654%;
}
.manufacturing__info ul li {
  display: flex;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  align-items: flex-start;
  column-gap: 19px;
  color: #222222;
}
@media all and (max-width: 768px) {
  .manufacturing__info ul li {
    font-size: 18px;
  }
}
.manufacturing__info ul li::before {
  content: url("/wp-content/themes/element/assets/images/t10/ti-list-marker.svg");
  line-height: 1;
}

.patents {
  padding: 100px 0;
  position: relative;
}
@media all and (max-width: 768px) {
  .patents {
    padding: 50px 0;
  }
}
.patents__container {
  width: 75.347222222%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media all and (max-width: 1200px) {
  .patents__container {
    width: 90%;
    row-gap: 40px;
  }
}
.patents__title {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  .patents__title {
    font-size: 32px;
  }
}
.patents__data {
  display: flex;
  justify-content: center;
  column-gap: 120px;
}
@media all and (max-width: 768px) {
  .patents__data {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media all and (max-width: 768px) {
  .patents__item {
    max-width: 80%;
    margin: 0 auto;
  }
}
.patents__item img {
  width: 100%;
}

.test-inspect {
  position: relative;
  min-height: 830px;
  margin-top: -300px;
  margin-bottom: -100px;
  display: flex;
  align-items: flex-end;
  background: url("/wp-content/themes/element/assets/images/t10/ti-bg.png");
}
@media all and (max-width: 992px) {
  .test-inspect {
    margin-top: -120px;
  }
}
.test-inspect__anchor {
  top: 300px !important;
}
@media all and (max-width: 768px) {
  .test-inspect__anchor {
    top: -140px !important;
  }
}
@media all and (max-width: 640px) {
  .test-inspect__anchor {
    top: -180px !important;
  }
}
@media all and (max-width: 414px) {
  .test-inspect__anchor {
    top: -200px !important;
  }
}
.test-inspect__container {
  width: 69.328703703%;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  column-gap: 10%;
}
@media all and (max-width: 1200px) {
  .test-inspect__container {
    width: 90%;
    column-gap: 5%;
  }
}
@media all and (max-width: 992px) {
  .test-inspect__container {
    flex-direction: column;
    row-gap: 40px;
  }
}
.test-inspect__title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.test-inspect__title-text {
  margin: 37px 0 39px 53px;
  background: #606266;
  padding: 72px 72px 76px 52px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3019607843), 0px 8px 12px 6px rgba(0, 0, 0, 0.1490196078);
  position: relative;
  z-index: 2;
}
@media all and (max-width: 568px) {
  .test-inspect__title-text {
    padding: 25px 40px;
    font-size: 32px;
    margin-left: 10px;
  }
}
.test-inspect__title-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.test-inspect__info {
  min-width: 49.081803005%;
  max-width: 49.081803005%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  justify-content: flex-end;
}
@media all and (max-width: 992px) {
  .test-inspect__info {
    min-width: 100%;
    max-width: 100%;
  }
}
.test-inspect__info-title {
  padding-right: 59px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #222222;
  text-transform: capitalize;
  margin: 0;
}
@media all and (max-width: 568px) {
  .test-inspect__info-title {
    padding-right: 0;
  }
}
.test-inspect__info-cols {
  display: flex;
  column-gap: 36px;
}
@media all and (max-width: 568px) {
  .test-inspect__info-cols {
    flex-direction: column;
    row-gap: 30px;
  }
}
.test-inspect__info-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.test-inspect__info h6 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 4%;
  color: #222222;
}
.test-inspect__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.test-inspect__info ul li {
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  align-items: center;
  column-gap: 19px;
}
.test-inspect__info ul li::before {
  content: url("/wp-content/themes/element/assets/images/t10/ti-list-marker.svg");
  line-height: 1;
}
.test-inspect__info p {
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}
.test-inspect__info p a {
  text-decoration: underline;
}
.test-inspect__info p a:hover {
  text-decoration: none;
}
.fabrication {
  position: relative;
}
.fabrication__bg {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media all and (max-width: 992px) {
  .fabrication__bg {
    display: none;
  }
}
.fabrication__container {
  width: 76.62037037%;
  margin: 0 auto;
  padding: 160px 0 47px;
  display: flex;
  column-gap: 100px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1440px) {
  .fabrication__container {
    width: 90%;
  }
}
@media all and (max-width: 992px) {
  .fabrication__container {
    flex-direction: column;
    padding: 80px 0 40px;
    row-gap: 40px;
  }
}
@media all and (max-width: 768px) {
  .fabrication__container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
  }
}
.fabrication__img {
  flex-grow: 1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3019607843), 0px 8px 12px 6px rgba(0, 0, 0, 0.1490196078);
}
@media all and (max-width: 992px) {
  .fabrication__img {
    order: 2;
  }
}
.fabrication__img img {
  height: auto;
}
.fabrication__info {
  min-width: 452px;
  max-width: 452px;
  align-self: center;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media all and (max-width: 1440px) {
  .fabrication__info {
    min-width: 360px;
  }
}
@media all and (max-width: 992px) {
  .fabrication__info {
    order: 1;
    min-width: 100%;
    max-width: 100%;
  }
}
.fabrication__info h2 {
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #222222;
  margin: 0;
}
@media all and (max-width: 768px) {
  .fabrication__info h2 {
    font-size: 32px;
  }
}
.fabrication__info p {
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  color: #222222;
}
@media all and (max-width: 768px) {
  .fabrication__info p {
    font-size: 16px;
  }
}
.fabrication__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  max-width: 86.946902654%;
}
.fabrication__info ul li {
  display: flex;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  align-items: flex-start;
  column-gap: 19px;
  color: #222222;
}
@media all and (max-width: 768px) {
  .fabrication__info ul li {
    font-size: 18px;
  }
}
.fabrication__info ul li::before {
  content: url("/wp-content/themes/element/assets/images/t10/ti-list-marker.svg");
  line-height: 1;
}

.engineering {
  padding: 5px 80px;
  position: relative;
}
@media all and (max-width: 1440px) {
  .engineering {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 768px) {
  .engineering {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.engineering__container {
  background: #d9d9d9;
  padding: 55px 48px 66px;
  display: flex;
  justify-content: flex-end;
  column-gap: 60px;
}
@media all and (max-width: 992px) {
  .engineering__container {
    flex-direction: column;
  }
}
@media all and (max-width: 768px) {
  .engineering__container {
    padding: 40px 20px;
    row-gap: 40px;
  }
}
.engineering__info {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 100px 0;
  align-self: flex-end;
  max-width: 498px;
}
@media all and (max-width: 1440px) {
  .engineering__info {
    padding: 50px 0;
  }
}
@media all and (max-width: 768px) {
  .engineering__info {
    padding: 0;
    align-self: flex-start;
    max-width: 100%;
  }
}
.engineering__info-text {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  max-width: 452px;
}
.engineering__info-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #222222;
  margin: 0;
}
@media all and (max-width: 768px) {
  .engineering__info-title {
    font-size: 32px;
  }
}
.engineering__info-content {
  font-size: 18px;
  line-height: 150%;
  color: #222222;
  margin: 0;
}
@media all and (max-width: 768px) {
  .engineering__info-content {
    font-size: 16px;
  }
}
.engineering__info-cols {
  display: flex;
  column-gap: 60px;
}
@media all and (max-width: 768px) {
  .engineering__info-cols {
    column-gap: 20px;
    flex-direction: column;
    row-gap: 20px;
  }
}
.engineering__info-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media all and (max-width: 768px) {
  .engineering__info-col {
    align-items: center;
  }
}
.engineering__info-col-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 4%;
  color: #222222;
  margin: 0;
}
@media all and (max-width: 768px) {
  .engineering__info-col-text {
    text-align: center;
  }
}
.engineering__img {
  min-width: 54.755434782%;
  max-width: 54.755434782%;
}
@media all and (max-width: 768px) {
  .engineering__img {
    min-width: 100%;
    max-width: 100%;
  }
}
.engineering__img img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .engineering__img img {
    height: auto;
  }
}

.welding {
  padding: 100px 0;
  position: relative;
}
@media all and (max-width: 1210px) {
  .welding {
    padding: 60px 0;
  }
}
.welding__container {
  margin: 0 4.74537037% 0 12.384259259%;
  display: flex;
  column-gap: 80px;
}
@media all and (max-width: 1380px) {
  .welding__container {
    margin: 0 5%;
  }
}
@media all and (max-width: 1210px) {
  .welding__container {
    flex-direction: column;
    row-gap: 40px;
  }
}
.welding__info {
  min-width: 31.56424581%;
  max-width: 31.56424581%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media all and (max-width: 1640px) {
  .welding__info {
    padding-top: 40px;
  }
}
@media all and (max-width: 1440px) {
  .welding__info {
    padding-top: 0;
  }
}
@media all and (max-width: 1210px) {
  .welding__info {
    min-width: 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 768px) {
  .welding__info {
    min-width: 90%;
    max-width: 90%;
  }
}
.welding__title {
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #222222;
  margin: 0;
}
.welding__text {
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  color: #222222;
}
.welding__slider {
  padding-left: 449px;
  margin-left: -449px;
}
@media all and (max-width: 1210px) {
  .welding__slider {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }
}
.welding__slide {
  position: relative;
}
.welding__slide .swiper-pagination {
  opacity: 0;
  position: absolute;
  height: 6px;
  width: fit-content;
  right: calc(100% + 33px);
  bottom: 22px;
  display: flex;
  left: unset;
  column-gap: 10px;
}
@media all and (max-width: 1210px) {
  .welding__slide .swiper-pagination {
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media all and (max-width: 480px) {
  .welding__slide .swiper-pagination {
    top: 8px;
    bottom: unset;
    justify-content: flex-end;
    padding-right: 8px;
  }
}
.welding__slide .swiper-pagination-bullet {
  width: 25px;
  height: 6px;
  border-radius: 3px;
  margin: 0 !important;
  background: #dddddd;
}
.welding__slide .swiper-pagination-bullet-active {
  background: #ffcc00;
}
@media all and (max-width: 768px) {
  .welding__slide-img img {
    height: auto;
  }
}
.welding__slide-info {
  opacity: 0;
  position: absolute;
  min-width: 468px;
  max-width: 468px;
  bottom: 54px;
  right: calc(100% - 70px);
  padding: 36.5px 35px;
  background: #dddddd;
  border-radius: 8px;
}
@media all and (max-width: 1210px) {
  .welding__slide-info {
    right: 40px;
  }
}
@media all and (max-width: 768px) {
  .welding__slide-info {
    padding: 10px 15px;
    min-width: 80%;
    max-width: 80%;
    right: 5%;
  }
}
@media all and (max-width: 460px) {
  .welding__slide-info {
    bottom: 12px;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    min-width: 80%;
    max-width: 80%;
    right: 2.5%;
  }
}
.welding__slide-info .swiper-navigation {
  position: absolute;
  top: 0;
  left: -51px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media all and (max-width: 460px) {
  .welding__slide-info .swiper-navigation {
    min-height: 82px;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
}
.welding__slide-info-left, .welding__slide-info-right {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dddddd;
}
.welding__slide-info-left:hover, .welding__slide-info-right:hover {
  background: #222222;
  cursor: pointer;
}
.welding__slide-info-left:hover::after, .welding__slide-info-right:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(280deg) brightness(111%) contrast(100%);
  font-size: 0 !important;
  line-height: 0 !important;
}
.welding__slide-info-left::after {
  content: url("/wp-content/themes/element/assets/images/t10/arr-l-nav.svg");
  line-height: 0;
}
.welding__slide-info-right::after {
  content: url("/wp-content/themes/element/assets/images/t10/arr-l-nav.svg");
  transform: rotateZ(180deg);
  line-height: 0;
}
.welding__slide-info h5 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  color: #222222;
}
@media all and (max-width: 768px) {
  .welding__slide-info h5 {
    font-size: 16px;
    line-height: 18px;
  }
}
.welding__slide.swiper-slide-visible.swiper-slide-active .welding__slide-info {
  opacity: 1;
}
.welding__slide.swiper-slide-visible.swiper-slide-active .swiper-pagination {
  opacity: 1;
}

.section-anchor {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  left: -99999px;
  top: 0;
}
@media all and (max-width: 768px) {
  .section-anchor {
    top: -140px;
  }
}
@media all and (max-width: 640px) {
  .section-anchor {
    top: -180px;
  }
}
@media all and (max-width: 414px) {
  .section-anchor {
    top: -200px;
  }
}

/*# sourceMappingURL=anchors.css.map*/