body {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-family: 'DIN 2014', sans-serif;
  color: #2C2C2C;
  background-color: transparent;
  padding-top: 124px;
  margin: 0 !important;
  overflow-x: hidden;
}
@media only screen and (min-width: 1200px) {
  body a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px),only screen and (max-width: 767px) {
  body {
    padding-top: 150px;
  }
}
body .fauxlink {
  cursor: pointer;
}
body a {
  color: #2C2C2C;
}
body a:focus,
body input:focus {
  outline: none;
}
body h1,
body .h1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}
body .h1 {
  color: #E60D2E;
}
body h1 {
  color: #1C1C1C;
}
body .heading.headline {
  font-size: 64px;
  line-height: 68px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}
body h2,
body .h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: inherit;
  margin: 5px 0 20px;
  color: #121212;
}
@media only screen and (max-width: 767px) {
  body h2,
  body .h2 {
    font-size: 30px;
  }
}
body h3,
body .h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: inherit;
  margin: 5px 0 15px;
}
body h4,
body .h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: inherit;
  margin: 5px 0 10px;
}
body h5,
body .h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}
body h5.half,
body .h5.half {
  opacity: 0.5;
}
body h6,
body .h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}
body .subtitle {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin: 0 0 8px;
}
body .richtext a {
  color: #2C2C2C;
  text-decoration: underline;
}
body .richtext a:hover {
  color: #337ab7;
  text-decoration: none;
}
body .richtext ul {
  padding-left: 20px;
}
body .richtext ul li {
  padding: 5px 0 5px 5px;
}
body .richtext ul li ul {
  margin: 10px 0;
}
body ul.fancy {
  list-style: none;
  text-align: left;
  margin: 15px 0;
  padding: 0;
}
body ul.fancy li {
  padding: 5px 0 5px 25px;
  position: relative;
}
body ul.fancy li:before {
  color: #D3D4D8;
  content: "\f2fa";
  font-family: 'Font Awesome 6 Pro';
  font-size: 8px;
  font-weight: 900;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  color: #E60D2E;
}
@media only screen and (max-width: 767px) {
  body .button--rfq {
    border-radius: 0;
    white-space: nowrap;
  }
}
.block.white-bg,
.block .white-bg {
  background: #ffffff;
}
.block.primary-bg,
.block .primary-bg {
  background: #2C2C2C;
}
.block.primary-bg .heading,
.block.primary-bg p,
.block.primary-bg ul li,
.block.primary-bg ol li,
.block.primary-bg a:not(.button),
.block .primary-bg .heading,
.block .primary-bg p,
.block .primary-bg ul li,
.block .primary-bg ol li,
.block .primary-bg a:not(.button) {
  color: #ffffff;
}
.block.primary-bg a:not(.button):hover,
.block .primary-bg a:not(.button):hover {
  color: #337ab7;
}
.block .nested .grey-bg:hover {
  border: 1px solid #E60D2E;
}
.block.grey-bg,
.block .grey-bg {
  background: #F6F5F3;
  padding: 64px 0;
}
.block.grey-bg h3.heading,
.block .grey-bg h3.heading {
  display: inline-flex;
  margin-bottom: 0;
}
.block.grey-bg h3.heading:before,
.block .grey-bg h3.heading:before {
  content: '';
  display: inline-block;
  background: url('http://tjwels.topspotims.modxcloud.com/assets/images/content/laser-cutting-machine.png');
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 19px;
}
.block.grey-bg:hover h3.heading,
.block .grey-bg:hover h3.heading {
  color: #E60D2E;
  text-decoration: underline;
}
.block.grey-bg:hover a.image-single-inner,
.block .grey-bg:hover a.image-single-inner {
  transition: transform 1s ease;
  transform: translateX(100%);
}
.block.space-between .column:not(:first-child),
.block .space-between .column:not(:first-child) {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .block.space-between .column:not(:first-child),
  .block .space-between .column:not(:first-child) {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .block:has(.button) {
    text-align: center;
  }
  .block:has(.button) .right,
  .block:has(.button) .left {
    float: none;
  }
}
.button {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  color: #ffffff;
  background: #E60D2E;
  border: none;
  box-shadow: none;
  border-radius: 8px;
  padding: 16px 24px;
}
.button:hover {
  color: #ffffff;
  background: #8D1426;
}
.button.white-btn {
  color: #2C2C2C;
  background: #ffffff;
}
.button.white-btn:hover {
  color: #ffffff;
  background: #337ab7;
}
.button.blue-btn {
  color: #ffffff;
  background: #337ab7;
}
.button.blue-btn:hover {
  color: #ffffff;
  background: #2C2C2C;
}
.button.black-btn {
  background: #282828;
}
.button.black-btn:hover {
  background: #8D1426;
}
.button.icon:after {
  content: "\f061";
  font-family: 'Font Awesome 6 Pro';
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  color: #ffffff;
  margin-left: 8px;
}
#header {
  height: 124px;
  position: fixed;
  top: 0;
  inset-inline: 0;
  max-width: 100vw;
  z-index: 3;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
}
#header.scrolling {
  box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
}
@media only screen and (min-width: 1200px),only screen and (min-width: 768px) and (max-width: 1199px) {
  #header #header-top {
    padding-top: 18px;
  }
}
#header #header-top .constrain {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}
#header #header-top .constrain img {
  max-width: 219px;
}
#header #header-top .constrain .search-container {
  border-radius: 8px;
  border: 1px solid #D3D4D8;
  background: #FFF;
}
#header #header-top .constrain .search-container .search-form input {
  border: none;
  height: 42px;
}
#header #header-top .constrain .fa-phone {
  color: #E60D2E;
  margin-right: 16px;
}
#header #header-top .constrain .tel {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  #header #header-top .constrain .tel {
    font-size: 14px;
  }
}
#header #header-bottom {
  padding-top: 20px;
}
#header #header-bottom .constrain {
  display: flex;
  flex-direction: row;
}
#header #header-bottom .constrain nav {
  width: 100%;
}
#header #header-bottom .constrain nav #primary-nav {
  display: flex;
  justify-content: space-between;
}
#header #header-bottom .constrain nav #primary-nav i {
  display: none;
}
#header #header-bottom .constrain img {
  max-width: 219px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header {
    height: 150px;
  }
  #header nav {
    display: none;
  }
  #header #primary-toggle {
    width: 60px;
    height: 60px;
    background: url(/assets/images/template/mobile-menu-icon.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 20px;
    cursor: pointer;
  }
  #header #primary-toggle.active {
    background-image: url(/assets/images/template/close.svg);
    background-size: 60%;
  }
  #header #header-top .w25 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    height: 150px;
  }
  #header nav {
    display: none;
  }
  #header #primary-toggle {
    width: 60px;
    height: 60px;
    background: url(/assets/images/template/mobile-menu-icon.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 20px;
    cursor: pointer;
  }
  #header #primary-toggle.active {
    background-image: url(/assets/images/template/close.svg);
    background-size: 60%;
  }
  #header #header-top .w25 {
    width: 50%;
  }
}
#home-banner .h1 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  font-family: DIN 2014;
  font-weight: 600;
  letter-spacing: 0.12em;
}
#home-banner .h2 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.02em;
}
#home-banner p {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #home-banner .constrain {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #home-banner .constrain {
    flex-direction: column;
  }
  #home-banner .h2 {
    font-size: 30px;
    line-height: 120%;
  }
}
.bucket-box-tpl {
  row-gap: 15px;
}
.bucket-box-tpl .bucket-inner {
  display: flex;
  flex-direction: column;
  background-color: #f6f5f3;
  height: 100%;
  border: 1px solid #f6f5f3;
  padding: 64px 30px;
}
.bucket-box-tpl .bucket-inner h3.heading::before {
  content: '';
  display: inline-block;
  background: url(http://tjwels.topspotims.modxcloud.com/assets/images/content/laser-cutting-machine.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 19px;
}
.bucket-box-tpl .bucket-inner a {
  transition: transform 1s ease;
}
.bucket-box-tpl .bucket-inner:hover {
  border-color: #e60d2e;
}
.bucket-box-tpl .bucket-inner:hover h3.heading {
  color: #e60d2e;
  text-decoration: underline;
}
.bucket-box-tpl .bucket-inner:hover a {
  transform: translateX(40%);
}
.block.extended {
  max-width: 1280px;
}
.block.extended .constrain {
  max-width: 1280px;
  padding: 0 40px;
}
.block .block-6.bg-overlay {
  background: linear-gradient(90deg,#E60D2E 0%,#921326 100%);
  box-shadow: 0px 4px 4px 0px #00000040;
  padding-left: 40px;
}
.block .block-6.bg-overlay .sub-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  letter-spacing: 0.12em;
  color: #ffffff;
}
.block .block-6.bg-overlay .heading {
  font-weight: 600;
  line-height: 48px;
  color: #ffffff;
}
.block .block-6.bg-overlay p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #ffffff;
}
.block .block-6.bg-overlay .button {
  background: #ffffff;
  letter-spacing: 0.06em;
  color: #2C2C2C;
}
.block .block-6.bg-overlay .button:hover {
  background: #8D1426;
  color: #ffffff;
}
.block .block-6.bg-overlay img {
  position: absolute;
  max-width: 457px;
  top: -60px;
  right: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .block .block-6.bg-overlay {
    padding-left: 0;
  }
  .block .block-6.bg-overlay .w75,
  .block .block-6.bg-overlay .w25 {
    width: 100%;
  }
  .block .block-6.bg-overlay img {
    position: relative;
    top: unset;
    right: unset;
    max-width: -webkit-fill-available;
  }
}
@media only screen and (max-width: 767px) {
  .block .block-6.bg-overlay {
    padding-left: 0;
  }
  .block .block-6.bg-overlay .w75,
  .block .block-6.bg-overlay .w25 {
    width: 100%;
  }
  .block .block-6.bg-overlay img {
    position: relative;
    top: unset;
    right: unset;
    max-width: -webkit-fill-available;
  }
}
.block .block-9.bg-red {
  background: #E60D2E;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  padding-left: 40px;
}
.block .block-9.bg-red .sub-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  letter-spacing: 0.12em;
  color: #ffffff;
  text-transform: uppercase;
}
.block .block-9.bg-red .heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #ffffff;
}
.block .block-9.bg-red p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #ffffff;
}
.block .block-9.bg-red .button {
  background: #ffffff;
  letter-spacing: 0.06em;
  color: #2C2C2C;
}
.block .block-9.bg-red .button:hover {
  background: #8D1426;
  color: #ffffff;
}
.block .block-9.bg-red img {
  position: absolute;
  max-width: 457px;
  top: -35px;
  right: -30px;
}
@media only screen and (max-width: 767px) {
  .block .block-9.bg-red {
    padding-left: 0;
  }
  .block .block-9.bg-red .w66 {
    width: 100%;
  }
  .block .block-9.bg-red .w33 {
    display: none;
  }
}
.bucket-icon-tpl .fauxlink.bucket:hover .img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000005c;
  pointer-events: none;
}
.bucket-icon-tpl .fauxlink.bucket:hover h4 {
  text-decoration: underline;
  text-decoration-color: #E60D2E;
}
.bucket-icon-tpl .fauxlink.bucket:hover h4 a {
  color: #E60D2E;
}
.bucket-icon-tpl .fauxlink.bucket .bucket-inner {
  height: 100%;
  border: 1px solid #D3D4D8;
}
.bucket-icon-tpl .fauxlink.bucket .img-wrap {
  position: relative;
}
.bucket-icon-tpl .fauxlink.bucket .img-wrap img {
  width: 100%;
}
.bucket-icon-tpl .fauxlink.bucket h4 {
  text-align: center;
}
.bucket-icon-tpl.three-columns {
  row-gap: 32px;
}
.bucket-icon-tpl.four-columns {
  row-gap: 32px;
}
.gallery.carousel .slick-prev,
.gallery.carousel .slick-next {
  background-color: #C22127;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .gallery.carousel .slick-prev {
    left: 0;
  }
  .gallery.carousel .slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .gallery.carousel .slick-prev {
    left: 0;
  }
  .gallery.carousel .slick-next {
    right: 0;
  }
}
#qc-wrap .column-has-bg-left {
  background: linear-gradient(90deg,#E60D2E 0%,#921326 100%), #D9D9D9;
}
@media only screen and (min-width: 1200px) {
  #qc-wrap .column-has-bg-left img {
    position: absolute;
    bottom: -92px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #qc-wrap .column-has-bg-left {
    height: 200px;
    text-align: center;
  }
  #qc-wrap .column-has-bg-left img {
    height: 100%;
  }
}
#qc-wrap #quickContact {
  max-width: 737px;
  margin: auto;
}
#qc-wrap #quickContact .caption {
  text-align: center;
}
#qc-wrap #quickContact .caption h4 {
  text-transform: uppercase;
  color: #E60D2E;
}
#qc-wrap #quickContact label {
  font-weight: 600;
}
#qc-wrap #quickContact label .required {
  color: #E60D2E;
}
#qc-wrap #quickContact input[type=text],
#qc-wrap #quickContact input[type=email],
#qc-wrap #quickContact input[type=tel],
#qc-wrap #quickContact textarea,
#qc-wrap #quickContact #file-uploader-image {
  border-radius: 8px;
  border: 1px solid #D3D4D8;
}
#rfq .caption {
  max-width: 630px;
  margin: auto;
  text-align: center;
}
#rfq .caption h2 {
  color: #E60D2E;
}
#rfq label {
  font-weight: 600;
}
#rfq label .required {
  color: #E60D2E;
}
#rfq input[type=text],
#rfq input[type=email],
#rfq input[type=tel],
#rfq textarea,
#rfq #file-uploader-image {
  border-radius: 8px;
  border: 1px solid #D3D4D8;
}
#footer {
  clear: both;
  background: #F5F5F5;
}
@media only screen and (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
#footer #footer-top {
  padding: 64px 0 25px;
  display: flex;
  position: relative;
}
#footer #footer-top .footer-column {
  width: 30%;
}
#footer #footer-top .footer-column .footer-link +.footer-link {
  margin-top: 16px;
}
#footer #footer-top .footer-column .title {
  color: #E60D2E;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.32px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #footer #footer-top .footer-column .title {
    margin-top: 16px;
  }
}
#footer #footer-top .footer-column.column-1 {
  text-align: center;
}
#footer #footer-top .footer-column.column-1 img {
  max-width: 213px;
}
#footer #footer-top .footer-column.column-1 .phone {
  margin: 16px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
}
#footer #footer-top .footer-column.column-1 .phone i {
  color: #E60D2E;
  font-size: 20px;
}
#footer #footer-top .footer-column.column-1 address {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.32px;
}
#footer #footer-top .footer-column.column-2 {
  display: flex;
  padding: 0 20px;
  flex-direction: column;
}
#footer #footer-top .footer-column.column-3 {
  display: flex;
  padding: 0 20px;
  flex-direction: column;
}
#footer #footer-top .footer-column.column-4 {
  display: flex;
  padding: 0 20px;
  flex-direction: column;
}
#footer #footer-top .footer-column.column-5 {
  position: absolute;
  bottom: 10px;
  right: 0;
  text-align: center;
  width: max-content;
}
#footer #footer-top .footer-column.column-5 #back-top {
  display: flex;
  flex-direction: column;
}
#footer #footer-top .footer-column.column-5 #back-top i {
  font-size: 43px;
  font-weight: 300;
  color: #E60D2E;
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  #footer #footer-top {
    flex-direction: column;
    padding: 30px 0;
  }
  #footer #footer-top .footer-column {
    width: 100%;
  }
}
#footer #footer-bottom {
  font-size: 0.8em;
  padding: 9px 0;
  background: #E60D2E;
}
#footer #footer-bottom p {
  margin: 0;
  color: #ffffff;
  font-size: 300;
}
#footer #footer-bottom a {
  color: #ffffff;
  font-size: 300;
}
#footer #footer-bottom a + a:before {
  content: "|";
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  #footer #footer-bottom .left,
  #footer #footer-bottom .right {
    float: none;
  }
}