body > main .d-none {
  display: none !important;
}
body > main .d-block {
  display: block;
}
body > main .d-block\! {
  display: block !important;
}
body > main .d-inline-block {
  display: inline-block;
}
body > main .d-flex {
  display: flex;
}
body > main .d-flex\! {
  display: flex !important;
}
body > main .d-table-cell {
  display: table-cell;
}
body > main .flex-column {
  flex-direction: column;
}
body > main .flex-column-reverse {
  flex-direction: column-reverse;
}
body > main .flex-row {
  flex-direction: row;
}
body > main .justify-evenly {
  justify-content: space-evenly !important;
}
body > main .justify-between {
  justify-content: space-between;
}
body > main .justify-center {
  justify-content: center;
}
body > main .justify-around {
  justify-content: space-around;
}
body > main .align-center {
  align-items: center;
}
body > main .grow {
  flex-grow: 1;
}
body > main .grow-0 {
  flex-grow: 0;
}
body > main .font-64 {
  font-size: 64px;
  line-height: 64px;
}
body > main .font-53 {
  font-size: 53px;
  line-height: 53px;
}
body > main .font-46 {
  font-size: 46px;
  line-height: 46px;
}
body > main .font-40 {
  font-size: 40px;
  line-height: 40px;
}
body > main .font-28 {
  font-size: 28px;
  line-height: 28px;
}
body > main .font-28\! {
  font-size: 28px !important;
  line-height: 28px !important;
}
body > main .font-24 {
  font-size: 24px;
  line-height: 24px;
}
body > main .font-21 {
  font-size: 21px;
  line-height: 21px;
}
body > main .font-20 {
  font-size: 20px;
  line-height: 20px;
}
body > main .font-16 {
  font-size: 16px;
  line-height: 16px;
}
body > main .font-14 {
  font-size: 14px;
  line-height: 14px;
}
body > main .line-44 {
  line-height: 44px;
}
body > main .line-42 {
  line-height: 42px;
}
body > main .line-34 {
  line-height: 34px;
}
body > main .line-29 {
  line-height: 29px;
}
body > main .line-22 {
  line-height: 22px;
}
body > main .line-12 {
  line-height: 12px;
}
body > main .font-light {
  font-weight: 300;
}
body > main .font-light\! {
  font-weight: 300 !important;
}
body > main .font-regular {
  font-weight: 400;
}
body > main .font-medium {
  font-weight: 500;
}
body > main .font-semibold {
  font-weight: 600;
}
body > main .font-bold {
  font-weight: 700;
}
body > main .font-bold\! {
  font-weight: 700 !important;
}
body > main .font-bolder {
  font-weight: 800;
}
body > main .font-black {
  font-weight: 900;
}
body > main .text-upper {
  text-transform: uppercase;
}
body > main .text-cap {
  text-transform: capitalize;
}
body > main .text-center {
  text-align: center;
}
body > main .text-left {
  text-align: left;
}
body > main .text-justify {
  text-align: justify;
  text-justify: inter-word;
}
body > main .ws-nowrap {
  white-space: nowrap;
}
body > main .text-underline {
  text-decoration: underline;
}
body > main .text-white {
  color: #fff;
}
body > main .text-white\! {
  color: #fff !important;
}
body > main .text-orange {
  color: #e56a00;
}
body > main .text-blue {
  color: #0573AF;
}
body > main .text-dark-blue {
  color: #004f9d;
}
body > main .text-gray {
  color: #E9E9E9;
}
body > main .bg-orange {
  background-color: #e56a00 !important;
}
body > main .bg-blue {
  background-color: #0573AF;
}
body > main .bg-dark-blue {
  background-color: #004f9d !important;
}
body > main .bg-gray {
  background-color: #E9E9E9;
}
body > main .bg-grad-blue {
  background: linear-gradient(to bottom, #0088ce 0%, #006394 100%);
}
body > main .fill-orange {
  fill: #e56a00;
  stroke: #e56a00;
}
body > main .fill-blue {
  fill: #0573AF;
  stroke: #0573AF;
}
body > main .shadow-1 {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
body > main .shadow-light {
  box-shadow: 0 3px 3px 2px #dfdfdf;
}
body > main .w-100 {
  width: 100%;
}
body > main .w-95 {
  width: 95%;
}
body > main .w-60 {
  width: 60%;
}
body > main .max-w-100 {
  max-width: 100%;
}
body > main .h-100 {
  height: 100%;
}
body > main .w-25 {
  width: 25%;
}
body > main .w-25\! {
  width: 25% !important;
}
body > main .w-50 {
  width: 50%;
}
body > main .border-15 {
  border-radius: 15px;
}
body > main .border-card {
  border-top-right-radius: 15px 15px;
  border-top-left-radius: 15px 15px;
}
body > main .m-auto {
  margin: auto;
}
body > main .mt-auto {
  margin-top: auto;
}
body > main .mr-auto {
  margin-right: auto;
}
body > main .mb-auto {
  margin-bottom: auto;
}
body > main .ml-auto {
  margin-left: auto;
}
body > main .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
body > main .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
body > main .m-0 {
  margin: 0;
}
body > main .mt-0 {
  margin-top: 0 !important;
}
body > main .mr-0 {
  margin-right: 0;
}
body > main .mb-0 {
  margin-bottom: 0 !important;
}
body > main .ml-0 {
  margin-left: 0;
}
body > main .mx-0 {
  margin-left: 0;
  margin-right: 0;
}
body > main .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
body > main .p-0 {
  padding: 0;
}
body > main .pt-0 {
  padding-top: 0;
}
body > main .pr-0 {
  padding-right: 0;
}
body > main .pb-0 {
  padding-bottom: 0;
}
body > main .pl-0 {
  padding-left: 0;
}
body > main .px-0 {
  padding-left: 0;
  padding-right: 0;
}
body > main .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
body > main .m-1 {
  margin: 8px;
}
body > main .mt-1 {
  margin-top: 8px;
}
body > main .mr-1 {
  margin-right: 8px;
}
body > main .mb-1 {
  margin-bottom: 8px;
}
body > main .ml-1 {
  margin-left: 8px;
}
body > main .mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}
body > main .my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}
body > main .p-1 {
  padding: 8px;
}
body > main .pt-1 {
  padding-top: 8px;
}
body > main .pr-1 {
  padding-right: 8px;
}
body > main .pb-1 {
  padding-bottom: 8px;
}
body > main .pl-1 {
  padding-left: 8px;
}
body > main .px-1 {
  padding-left: 8px;
  padding-right: 8px;
}
body > main .py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}
body > main .m-2 {
  margin: 16px;
}
body > main .mt-2 {
  margin-top: 16px;
}
body > main .mr-2 {
  margin-right: 16px;
}
body > main .mb-2 {
  margin-bottom: 16px;
}
body > main .ml-2 {
  margin-left: 16px;
}
body > main .mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}
body > main .my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
body > main .p-2 {
  padding: 16px;
}
body > main .pt-2 {
  padding-top: 16px;
}
body > main .pr-2 {
  padding-right: 16px;
}
body > main .pb-2 {
  padding-bottom: 16px;
}
body > main .pl-2 {
  padding-left: 16px;
}
body > main .px-2 {
  padding-left: 16px;
  padding-right: 16px;
}
body > main .py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
body > main .m-3 {
  margin: 24px;
}
body > main .mt-3 {
  margin-top: 24px;
}
body > main .mr-3 {
  margin-right: 24px;
}
body > main .mb-3 {
  margin-bottom: 24px;
}
body > main .mb-3\! {
  margin-bottom: 24px !important;
}
body > main .ml-3 {
  margin-left: 24px;
}
body > main .mx-3 {
  margin-left: 24px;
  margin-right: 24px;
}
body > main .my-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
body > main .p-3 {
  padding: 24px;
}
body > main .pt-3 {
  padding-top: 24px;
}
body > main .pr-3 {
  padding-right: 24px;
}
body > main .pb-3 {
  padding-bottom: 24px;
}
body > main .pl-3 {
  padding-left: 24px;
}
body > main .px-3 {
  padding-left: 24px;
  padding-right: 24px;
}
body > main .py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}
body > main .m-4 {
  margin: 40px;
}
body > main .mt-4 {
  margin-top: 40px;
}
body > main .mr-4 {
  margin-right: 40px;
}
body > main .mb-4 {
  margin-bottom: 40px;
}
body > main .ml-4 {
  margin-left: 40px;
}
body > main .mx-4 {
  margin-left: 40px;
  margin-right: 40px;
}
body > main .my-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}
body > main .p-4 {
  padding: 40px;
}
body > main .pt-4 {
  padding-top: 40px;
}
body > main .pr-4 {
  padding-right: 40px;
}
body > main .pb-4 {
  padding-bottom: 40px;
}
body > main .pl-4 {
  padding-left: 40px;
}
body > main .px-4 {
  padding-left: 40px;
  padding-right: 40px;
}
body > main .py-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
body > main .m-5 {
  margin: 80px;
}
body > main .mt-5 {
  margin-top: 80px;
}
body > main .mr-5 {
  margin-right: 80px;
}
body > main .mb-5 {
  margin-bottom: 80px;
}
body > main .ml-5 {
  margin-left: 80px;
}
body > main .mx-5 {
  margin-left: 80px;
  margin-right: 80px;
}
body > main .my-5 {
  margin-top: 80px;
  margin-bottom: 80px;
}
body > main .p-5 {
  padding: 80px;
}
body > main .pt-5 {
  padding-top: 80px;
}
body > main .pr-5 {
  padding-right: 80px;
}
body > main .pb-5 {
  padding-bottom: 80px;
}
body > main .pl-5 {
  padding-left: 80px;
}
body > main .px-5 {
  padding-left: 80px;
  padding-right: 80px;
}
body > main .py-5 {
  padding-top: 80px;
  padding-bottom: 80px;
}
body > main .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
body > main .ql-align-left {
  text-align: left !important;
  align-self: flex-start !important;
}
body > main .ql-align-center {
  text-align: center !important;
}
body > main .ql-align-right {
  text-align: right !important;
}
body > main .ql-align-justify {
  text-align: justify !important;
}
@media (max-width: 767px) {
  body > main .ql-mobile-align-left {
    text-align: left !important;
    align-self: flex-start !important;
  }
  body > main .ql-mobile-align-center {
    text-align: center !important;
    align-self: center !important;
  }
  body > main .ql-mobile-align-right {
    text-align: right !important;
    align-self: flex-end !important;
  }
  body > main .ql-mobile-align-justify {
    text-align: justify !important;
  }
}
body > main .ql-size-small {
  font-size: 12px !important;
}
body > main .ql-size-default {
  font-size: 14px !important;
}
body > main .ql-size-medium {
  font-size: 18px !important;
}
body > main .ql-size-large {
  font-size: 24px !important;
}
body > main .ql-size-xlarge {
  font-size: 32px !important;
}
body > main .ql-size-xxlarge {
  font-size: 40px !important;
}
body > main .ql-size-xxxlarge {
  font-size: 80px !important;
}
@media (max-width: 768px) {
  body > main .ql-size-xxlarge {
    font-size: 32px !important;
  }
  body > main .ql-size-xxxlarge {
    font-size: 36px !important;
  }
}
body > main .ql-indent-1 {
  margin-left: 30px !important;
}
@media (max-width: 991px) {
  body > main .md\:w-95 {
    width: 95%;
  }
  body > main .md\:w-95\! {
    width: 95% !important;
  }
  body > main .md\:w-60 {
    width: 60%;
  }
  body > main .md\:w-60\! {
    width: 60% !important;
  }
  body > main .md\:font-40 {
    font-size: 40px;
  }
  body > main .md\:font-28 {
    font-size: 28px;
  }
  body > main .md\:font-24 {
    font-size: 24px;
  }
  body > main .md\:font-24\! {
    font-size: 24px !important;
  }
  body > main .md\:line-34 {
    line-height: 34px;
  }
  body > main .md\:line-34\! {
    line-height: 34px !important;
  }
  body > main .md\:text-upper {
    text-transform: uppercase;
  }
  body > main .md\:text-upper\! {
    text-transform: uppercase !important;
  }
  body > main .md\:text-center {
    text-align: center;
  }
  body > main .md\:d-flex {
    display: flex;
  }
  body > main .md\:flex-column {
    flex-direction: column;
  }
  body > main .md\:align-center {
    align-items: center;
  }
}
@media (max-width: 600px) {
  body > main .sm\:w-100 {
    width: 100%;
  }
  body > main .sm\:w-100\! {
    width: 100% !important;
  }
}

html {
  scroll-behavior: smooth;
}

#sns_main {
  padding-bottom: 0px !important;
}

#vue-landing-page {
  /* Nav */
  /* ==========================================================================
   Responsive Breakpoints Block Scope
   ========================================================================== */
}
#vue-landing-page .breadcrumbs {
  margin: 0 !important;
}
#vue-landing-page .jpp-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("https://jpp.trgcdn.com/landing-pages/gyford/gyford-main-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .jpp-header {
    padding: 50px 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .jpp-header {
    padding: 50px 0;
  }
}
#vue-landing-page .jpp-header .big-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .jpp-header .big-img img {
    width: 70%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .jpp-header .big-img img {
    width: 70%;
  }
}
#vue-landing-page .printer-nav-bar {
  margin-inline: calc(50% - 50vw);
  padding: 0 !important;
  margin-bottom: 40px;
  /* Mobile Nav */
}
#vue-landing-page .printer-nav-bar .mainwrap.roland {
  max-width: 92%;
  width: 1500px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #vue-landing-page .printer-nav-bar .jpp-page-nav {
    height: unset !important;
    max-height: unset !important;
    padding: 10px 0;
  }
  #vue-landing-page .printer-nav-bar .jpp-page-nav .nav-wrap.mobile-only {
    transform: none !important;
  }
  #vue-landing-page .printer-nav-bar .jpp-page-nav .nav-wrap.mobile-only details[open] img {
    content: url("https://jpp.trgcdn.com/landing-pages/laser-engraving/close-icon.svg");
  }
  #vue-landing-page .printer-nav-bar .jpp-page-nav .nav-wrap.mobile-only summary {
    list-style: none;
  }
  #vue-landing-page .printer-nav-bar .jpp-page-nav details {
    cursor: pointer;
    overflow: hidden;
  }
  #vue-landing-page .printer-nav-bar .jpp-page-nav details::details-content {
    height: 0;
    transition: height 0.5s ease, content-visibility 0.5s ease;
    transition-behavior: allow-discrete;
    interpolate-size: allow-keywords;
  }
  #vue-landing-page .printer-nav-bar .jpp-page-nav details[open]::details-content {
    height: auto;
    content-visibility: visible;
  }
  #vue-landing-page .printer-nav-bar .jpp-page-nav details[open] summary {
    margin-bottom: 20px;
  }
  #vue-landing-page .printer-nav-bar .jpp-page-nav details summary {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    user-select: none;
    font-size: 21px;
    margin-left: 15px;
    min-width: 320px;
  }
  #vue-landing-page .printer-nav-bar .jpp-page-nav details summary::-webkit-details-marker {
    display: none;
  }
  #vue-landing-page .printer-nav-bar .jpp-page-nav details a {
    text-align: center;
    background: #fff;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e7e7e7;
    margin: 8px 0;
    font-size: 16px;
    min-width: 320px;
  }
  #vue-landing-page .printer-nav-bar .jpp-page-nav img {
    margin-right: 10px;
    min-width: 25px;
  }
}
@media (max-width: 991px) {
  #vue-landing-page .jpp-page-nav .nav-wrap {
    justify-content: center;
  }
}
#vue-landing-page .content .gyford-main-sections .gyford-setup {
  text-align: center;
  margin: 80px 0;
}
#vue-landing-page .content .gyford-main-sections .gyford-setup h1 {
  font-size: 32pt;
  font-weight: 900;
  margin: 0 !important;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .content .gyford-main-sections .gyford-setup h1 {
    font-size: 30pt;
    line-height: 32pt;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .content .gyford-main-sections .gyford-setup h1 {
    font-size: 26pt;
    line-height: 28pt;
  }
}
#vue-landing-page .content .gyford-main-sections .gyford-setup h2 {
  font-size: 28pt;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin: 5px 0 0 0 !important;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .content .gyford-main-sections .gyford-setup h2 {
    font-size: 26pt;
    line-height: 26pt;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .content .gyford-main-sections .gyford-setup h2 {
    font-size: 20pt;
    line-height: 22pt;
  }
}
#vue-landing-page .content .gyford-main-sections .gyford-setup p {
  font-weight: 400;
  letter-spacing: 0.15px;
  font-size: 16pt;
  width: 900px;
  margin: 20px auto 40px auto;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .content .gyford-main-sections .gyford-setup p {
    font-size: 14pt !important;
    width: 90% !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .content .gyford-main-sections .gyford-setup p {
    font-size: 14pt !important;
    line-height: 14pt !important;
    width: 90%;
  }
}
#vue-landing-page .content .gyford-main-sections .gyford-setup .blue-button {
  display: inline-block !important;
  background-color: #2a7f99 !important;
}
#vue-landing-page .content .gyford-main-sections .gyford-setup .blue-button:hover {
  background-color: rgba(42, 127, 153, 0.9019607843) !important;
}
#vue-landing-page .content .gyford-main-sections .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin: 80px 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .content .gyford-main-sections .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin: 50px 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .content .gyford-main-sections .services-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin: 50px 0;
  }
}
#vue-landing-page .content .gyford-main-sections .services-grid .service-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#vue-landing-page .content .gyford-main-sections .services-grid .service-item .service-icon-container img {
  height: 120px;
}
#vue-landing-page .content .gyford-main-sections .services-grid .service-item h4 {
  font-size: 18pt !important;
  color: #2a7f99 !important;
  text-transform: capitalize;
}
#vue-landing-page .content .gyford-main-sections .services-grid .service-item p {
  font-size: 14pt !important;
  font-weight: 400;
  margin: 0 auto;
  width: 90%;
}
#vue-landing-page .content .gyford-main-sections .products-slider-section {
  background-color: #f9f9f9;
  padding: 40px 40px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .content .gyford-main-sections .products-slider-section {
    padding: 20px 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .content .gyford-main-sections .products-slider-section {
    padding: 20px 0;
  }
}
#vue-landing-page .content .gyford-main-sections .products-slider-section #standoffs-main-heading {
  padding-top: 40px;
}
#vue-landing-page .content .gyford-main-sections .products-slider-section h2 {
  font-size: 30pt;
  line-height: 32pt;
  font-weight: 800;
  padding-top: 40px;
  margin: 0 !important;
  text-transform: uppercase;
  color: #2a7f99 !important;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .content .gyford-main-sections .products-slider-section h2 {
    font-size: 26pt;
    line-height: 28pt;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .content .gyford-main-sections .products-slider-section h2 {
    font-size: 20pt;
    line-height: 22pt;
  }
}
#vue-landing-page .content .gyford-main-sections .products-slider-section p {
  font-size: 14pt;
  line-height: 16pt;
  text-align: center;
  margin: 20px 0 30px 0;
}
#vue-landing-page .content .gyford-main-sections .products-slider-section .products-carousel-container .products-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.33% - 16px);
  overflow-x: auto;
  overflow-y: hidden;
  gap: 24px;
  padding-bottom: 30px;
  height: auto;
}
@media (max-width: 768px) {
  #vue-landing-page .content .gyford-main-sections .products-slider-section .products-carousel-container .products-grid {
    grid-auto-columns: calc(50% - 12px);
  }
}
@media (max-width: 480px) {
  #vue-landing-page .content .gyford-main-sections .products-slider-section .products-carousel-container .products-grid {
    grid-auto-columns: 100%;
  }
}
#vue-landing-page .content .gyford-main-sections .products-slider-section .products-carousel-container .products-grid::-webkit-scrollbar {
  height: 16px;
}
#vue-landing-page .content .gyford-main-sections .products-slider-section .products-carousel-container .products-grid::-webkit-scrollbar-track {
  background: transparent;
  border: 1px solid #707070;
  border-radius: 20px;
  margin: 0 40px;
}
#vue-landing-page .content .gyford-main-sections .products-slider-section .products-carousel-container .products-grid::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 20px;
  transition: background 0.2s ease;
}
#vue-landing-page .content .gyford-main-sections .products-slider-section .products-carousel-container .products-grid::-webkit-scrollbar-thumb:hover {
  background: #505050;
}
#vue-landing-page .content .gyford-main-sections .products-slider-section .products-carousel-container .products-grid .product-card {
  transition: 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 450px;
}
#vue-landing-page .content .gyford-main-sections .products-slider-section .products-carousel-container .products-grid .product-card:hover {
  background-color: #fff;
}
#vue-landing-page .content .gyford-main-sections .products-slider-section .products-carousel-container .products-grid .product-card:hover h3 {
  color: #2a7f99;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .content .gyford-main-sections .products-slider-section .products-carousel-container .products-grid .product-card {
    height: 350px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .content .gyford-main-sections .products-slider-section .products-carousel-container .products-grid .product-card {
    height: 350px;
  }
}
#vue-landing-page .content .gyford-main-sections .products-slider-section .products-carousel-container .products-grid .product-card h3 {
  font-size: 18pt !important;
  text-align: center;
  text-transform: capitalize;
}
#vue-landing-page .content .gyford-main-sections .products-slider-section .products-carousel-container .products-grid .product-card p {
  font-size: 12pt;
  line-height: 14pt;
  color: #000;
  margin: 0 0 20px 0;
  padding: 0 30px;
}
#vue-landing-page .content .gyford-main-sections .products-slider-section .products-carousel-container .products-grid .product-card p:hover {
  color: #000;
}
#vue-landing-page .content .gyford-main-sections .products-slider-section .products-carousel-container .products-grid .product-card .product-image-wrap img {
  mix-blend-mode: multiply;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#vue-landing-page .content .gyford-main-sections #wiresystems,
#vue-landing-page .content .gyford-main-sections #structurelite,
#vue-landing-page .content .gyford-main-sections #tools {
  background-color: #fff !important;
}
#vue-landing-page .content .gyford-main-sections #wiresystems .product-card:hover,
#vue-landing-page .content .gyford-main-sections #structurelite .product-card:hover,
#vue-landing-page .content .gyford-main-sections #tools .product-card:hover {
  background-color: #f9f9f9 !important;
}
#vue-landing-page .content .gyford-main-sections #wiresystems .product-card h3,
#vue-landing-page .content .gyford-main-sections #structurelite .product-card h3,
#vue-landing-page .content .gyford-main-sections #tools .product-card h3 {
  margin-bottom: 10px;
}
#vue-landing-page .content .gyford-main-sections #structurelite .products-grid {
  justify-content: center;
}
#vue-landing-page .content .gyford-main-sections #surfacemountedgrippers .products-carousel-container .product-card h3 {
  height: 50px !important;
  padding: 0 20px;
}
#vue-landing-page .content .gyford-main-sections #wiresystems .products-carousel-container .product-card:nth-child(2) h3,
#vue-landing-page .content .gyford-main-sections #wiresystems .products-carousel-container .product-card:nth-child(3) h3 {
  top: 28px;
}
#vue-landing-page .content .gyford-main-sections #wiresystems .products-carousel-container .product-card:nth-child(2) p,
#vue-landing-page .content .gyford-main-sections #wiresystems .products-carousel-container .product-card:nth-child(3) p {
  top: 28px;
}
#vue-landing-page .custom-solutions-section {
  background-image: url("https://jpp.trgcdn.com/landing-pages/gyford/custom-mounting-solution-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px;
  text-align: center;
}
#vue-landing-page .custom-solutions-section .custom-solutions-title {
  color: #ffffff;
  font-size: 30pt;
  line-height: 32pt;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .custom-solutions-section .custom-solutions-title {
    font-size: 26pt;
    line-height: 28pt !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .custom-solutions-section .custom-solutions-title {
    font-size: 20pt;
    line-height: 22pt !important;
  }
}
#vue-landing-page .custom-solutions-section .custom-solutions-title span {
  font-weight: 800;
}
#vue-landing-page .custom-solutions-section .custom-solutions-lead {
  color: #ffffff;
  font-size: 15pt;
  margin: 0 auto 40px auto;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .custom-solutions-section .custom-solutions-lead {
    font-size: 14pt;
    line-height: 16pt;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .custom-solutions-section .custom-solutions-lead {
    font-size: 14pt;
    line-height: 16pt;
  }
}
#vue-landing-page .custom-solutions-section .custom-solutions-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#vue-landing-page .custom-solutions-section .custom-solutions-carousel .custom-solutions-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  overflow-x: visible;
  overflow-y: visible;
  gap: 24px;
  justify-content: center;
}
#vue-landing-page .custom-solutions-section .custom-solutions-carousel .custom-solutions-grid .custom-solution-card {
  height: auto;
}
#vue-landing-page .custom-solutions-section .custom-solutions-carousel .custom-solutions-grid .custom-solution-card .custom-solution-box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
#vue-landing-page .custom-solutions-section .custom-solutions-carousel .custom-solutions-grid .custom-solution-card .custom-solution-box:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.6), 0 0 0 6px #0c3c44;
  outline: none;
}
#vue-landing-page .custom-solutions-section .custom-solutions-carousel .custom-solutions-grid .custom-solution-card .custom-solution-box:hover {
  transform: translateY(-4px);
}
#vue-landing-page .custom-solutions-section .custom-solutions-carousel .custom-solutions-grid .custom-solution-card .custom-solution-box:hover h3 {
  color: #2a7f99;
}
#vue-landing-page .custom-solutions-section .custom-solutions-carousel .custom-solutions-grid .custom-solution-card .custom-solution-box .custom-solution-image-wrap {
  display: block;
  width: 100%;
  height: auto;
}
#vue-landing-page .custom-solutions-section .custom-solutions-carousel .custom-solutions-grid .custom-solution-card .custom-solution-box .custom-solution-image-wrap .custom-solution-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
#vue-landing-page .custom-solutions-section .custom-solutions-carousel .custom-solutions-grid .custom-solution-card .custom-solution-box .custom-solution-card-title {
  font-size: 12pt !important;
  color: #000;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 10px;
  margin: 0;
}
#vue-landing-page #video-section .pagebuilder-button-primary {
  margin: 0;
}
#vue-landing-page #video-section .pagebuilder-button-primary span {
  text-transform: capitalize;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos {
  background: #f1efef;
  padding: 50px;
  margin: 40px 0;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos h3 {
  margin: 0;
  color: #353535 !important;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos p {
  font-weight: 400 !important;
  width: 90%;
  color: #000 !important;
  font-size: 15pt;
  line-height: 16pt !important;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .pagebuilder-column-group {
  display: flex !important;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .pagebuilder-column::-webkit-scrollbar {
  height: 15px;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .pagebuilder-column::-webkit-scrollbar-track {
  background-color: #f1efef;
  border-radius: 20px;
  border: 1px solid #707070;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .pagebuilder-column::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 20px;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .pagebuilder-column h2#videos-heading {
  margin: 0;
  font-size: 30pt;
  line-height: 32pt;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .pagebuilder-column[data-pb-style=IDVU44E] {
  justify-content: center;
  width: 33.3333%;
  display: flex;
  flex-direction: column;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .pagebuilder-column:nth-of-type(2) {
  overflow-x: scroll;
  display: flex;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  justify-content: center;
  width: 66.6667%;
  align-self: center;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .pagebuilder-column[data-pb-style=O2JM7NR] {
  justify-content: center;
  width: 66.6667%;
  align-self: center;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .pagebuilder-column[data-pb-style=BLI70I1], #vue-landing-page #video-section div[data-content-type=row].how-to-videos .pagebuilder-column[data-pb-style=E4H4YL3], #vue-landing-page #video-section div[data-content-type=row].how-to-videos .pagebuilder-column[data-pb-style=U3N2JSC] {
  display: flex;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .maker-skills-slider {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 16px;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .maker-skills-slider[role=region] {
  position: relative;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .maker-skills-slider .video {
  border-radius: 8px;
  background: #fff;
  margin-right: 16px;
  width: 420px;
  min-width: 390px;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .maker-skills-slider .video a {
  padding: 16px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .maker-skills-slider .video a:focus-visible {
  outline: 3px solid #0088ce;
  outline-offset: 2px;
  border-radius: 4px;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .maker-skills-slider .video h3 {
  font-weight: 500;
  color: #353535;
  margin: 20px 30px;
  height: 100%;
  font-size: 12pt;
  line-height: 14pt;
  text-transform: capitalize;
  text-align: center;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .maker-skills-slider .video span.watch {
  font-weight: 500;
  transition: color 0.3s ease-in-out;
  color: #0088ce;
  text-align: center;
  display: block;
  font-size: 12pt;
  line-height: 14pt;
}
#vue-landing-page #video-section div[data-content-type=row].how-to-videos .maker-skills-slider .video:hover span.watch {
  color: #f58220;
}
@media (max-width: 991px) {
  #vue-landing-page #video-section div[data-content-type=row].how-to-videos {
    border: 24px solid #fff;
    padding: 20px 24px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page #video-section div[data-content-type=row].how-to-videos .pagebuilder-column-group h2#videos-heading {
    font-size: 22pt;
    line-height: 24pt;
  }
  #vue-landing-page #video-section.videos p {
    text-align: center;
  }
  #vue-landing-page #video-section .pagebuilder-button-primary {
    display: table;
    width: auto;
  }
  #vue-landing-page #video-section .how-to-videos p {
    text-align: start;
    width: 90% !important;
    line-height: 16pt;
  }
  #vue-landing-page #shop-materials .category-tiles h3,
  #vue-landing-page .videos h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  #vue-landing-page #video-section div[data-content-type=row].how-to-videos .pagebuilder-column-group h2#videos-heading {
    font-size: 20pt;
    line-height: 2pt;
  }
  #vue-landing-page .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  #vue-landing-page .pagebuilder-column {
    background-attachment: scroll;
    flex-basis: 100%;
    max-width: 100%;
  }
  #vue-landing-page #video-section div[data-content-type=row].how-to-videos .pagebuilder-column[data-pb-style=IDVU44E] {
    justify-content: center;
    align-items: center;
  }
  #vue-landing-page #video-section div[data-content-type=row].how-to-videos .maker-skills-slider .video {
    width: calc(100vw - 48px);
    min-width: 100%;
  }
  #vue-landing-page #video-section div[data-content-type=row].how-to-videos .maker-skills-slider .video h3 {
    margin: 20px 10px;
  }
  #vue-landing-page #video-section div[data-content-type=row].how-to-videos .maker-skills-slider .video span.watch {
    margin: 0;
  }
  #vue-landing-page #video-section.videos .how-to-videos h2,
  #vue-landing-page #video-section.videos .how-to-videos p,
  #vue-landing-page #video-section.videos .how-to-videos div[data-content-type=button-item] {
    text-align: center;
  }
  #vue-landing-page #video-section.videos .how-to-videos p {
    width: auto;
  }
  #vue-landing-page #video-section.videos .pagebuilder-button-primary {
    margin: 0 0 20px 0;
  }
}
#vue-landing-page #resources.resources-section {
  position: relative;
  padding: 40px 20px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  #vue-landing-page #resources.resources-section {
    padding: 40px 20px 60px;
  }
}
#vue-landing-page #resources.resources-section h2 {
  font-weight: 500 !important;
  font-size: 30pt !important;
  line-height: 32pt !important;
  letter-spacing: 0.5px;
  color: #000000;
  text-transform: uppercase !important;
  text-align: center;
}
#vue-landing-page #resources.resources-section h2 span {
  font-weight: 800;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page #resources.resources-section h2 {
    font-size: 22pt !important;
    line-height: 22pt !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page #resources.resources-section h2 {
    font-size: 18pt !important;
    line-height: 18pt !important;
    margin-bottom: 24px;
  }
}
#vue-landing-page #resources.resources-section .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  #vue-landing-page #resources.resources-section .row .col-sm-4 {
    flex: 0 0 100%;
    max-width: 480px;
    margin: 0 auto 16px auto;
  }
  #vue-landing-page #resources.resources-section .row .col-sm-4:last-child {
    margin-bottom: 0;
  }
}
#vue-landing-page #resources.resources-section .big-buttons {
  border-radius: 8px;
  height: 160px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}
@media (max-width: 991px) {
  #vue-landing-page #resources.resources-section .big-buttons {
    height: 140px;
  }
}
@media (max-width: 767px) {
  #vue-landing-page #resources.resources-section .big-buttons {
    height: 110px;
  }
}
#vue-landing-page #resources.resources-section .big-buttons a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 20px;
  background-color: #2a7f99;
}
#vue-landing-page #resources.resources-section .big-buttons a h3 {
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 16pt;
  line-height: 20pt;
  text-align: center;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  #vue-landing-page #resources.resources-section .big-buttons a h3 {
    font-size: 14pt;
    line-height: 18pt;
  }
}
#vue-landing-page #resources.resources-section .big-buttons a:focus-visible {
  outline: 3px solid #000000;
  outline-offset: -4px;
}
#vue-landing-page #resources.resources-section .big-buttons:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  filter: brightness(1.08);
}
#vue-landing-page #sign-materials.materials-banner-section {
  position: relative;
  padding: 85px 0;
  background-image: url("https://jpp.trgcdn.com/landing-pages/gyford/sign-making-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #vue-landing-page #sign-materials.materials-banner-section {
    padding: 55px 0;
  }
}
#vue-landing-page #sign-materials.materials-banner-section .row {
  text-align: center;
}
#vue-landing-page #sign-materials.materials-banner-section h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 30pt;
  line-height: 32pt;
  letter-spacing: 0.5px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page #sign-materials.materials-banner-section h2 {
    font-size: 26pt;
    line-height: 28pt;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page #sign-materials.materials-banner-section h2 {
    font-size: 20pt;
    line-height: 22pt;
    margin-bottom: 24px;
  }
}
#vue-landing-page #sign-materials.materials-banner-section p {
  font-family: "proxima-nova", sans-serif;
  color: #ffffff;
  font-size: 15pt;
  line-height: 17pt;
  font-weight: 500;
  margin: 0 auto 20px auto;
}
@media (max-width: 1200px) {
  #vue-landing-page #sign-materials.materials-banner-section p {
    font-size: 14pt;
    line-height: 16pt;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  #vue-landing-page #sign-materials.materials-banner-section p {
    font-size: 14pt;
    line-height: 16pt;
    margin-bottom: 28px;
  }
}
#vue-landing-page #sign-materials.materials-banner-section .brand-partner-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 55px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #vue-landing-page #sign-materials.materials-banner-section .brand-partner-logos {
    flex-direction: column;
    gap: 28px;
    margin-bottom: 32px;
  }
}
#vue-landing-page #sign-materials.materials-banner-section .brand-partner-logos .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 175px;
}
@media (max-width: 991px) {
  #vue-landing-page #sign-materials.materials-banner-section .brand-partner-logos .logo-wrapper {
    max-width: 135px;
  }
}
#vue-landing-page #sign-materials.materials-banner-section .brand-partner-logos .logo-wrapper img {
  width: auto;
  height: auto;
  max-height: 52px;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
#vue-landing-page #sign-materials.materials-banner-section .action-btn-wrapper {
  display: block;
}
#vue-landing-page #sign-materials.materials-banner-section .btn-banner-action {
  display: inline-block;
  background-color: #ffffff;
  color: #2a7f99;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 12pt;
  line-height: 14pt;
  padding: 13px 38px;
  text-decoration: none;
  text-transform: capitalize;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 767px) {
  #vue-landing-page #sign-materials.materials-banner-section .btn-banner-action {
    padding: 10px 32px;
    font-size: 12pt;
  }
}
#vue-landing-page #sign-materials.materials-banner-section .btn-banner-action:hover {
  background: #f57f29;
  filter: brightness(1.05);
  color: #fff;
  box-shadow: 0 0 12px rgba(2, 2, 2, 0.12);
}
#vue-landing-page #sign-materials.materials-banner-section .btn-banner-action:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}
#vue-landing-page .seo-content {
  max-width: 100%;
  margin: 60px auto;
  width: 1370px;
}
#vue-landing-page .seo-content .seo-container div a {
  text-decoration: underline;
  transition: all 0.24s ease;
}
#vue-landing-page .seo-content .seo-container div p {
  font-size: 14pt;
  line-height: 16pt;
}
@media (max-width: 1200px) {
  #vue-landing-page .seo-content .seo-container div p {
    font-size: 12pt;
    line-height: 14pt;
  }
}
#vue-landing-page .seo-content .seo-container div p:first-child {
  font-weight: 800;
  margin-bottom: 0;
}
#vue-landing-page .seo-content .seo-container div p:nth-child(2) {
  margin-top: 0;
}
#vue-landing-page .seo-content .seo-container div li {
  list-style: disc;
  font-size: 14pt;
}
@media (max-width: 1200px) {
  #vue-landing-page .seo-content .seo-container div li {
    font-size: 12pt;
    line-height: 14pt;
  }
}

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