* {
  position: relative;
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
}

.jpp-page-nav .nav-wrap {
  flex-wrap: wrap;
}

#vue-landing-page {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  min-height: 100vh;
}

html {
  scroll-behavior: smooth;
}

a {
  cursor: pointer;
  text-decoration: none;
}

#vue-landing-page h1 {
  font-size: 36pt;
  font-weight: 800;
  line-height: 38pt;
  letter-spacing: 0.1vw;
}

#vue-landing-page h2 {
  font-size: 32pt;
  font-weight: 800;
  line-height: 34pt;
}

#vue-landing-page h3,
#vue-landing-page h3 span {
  font-size: 28pt;
  font-weight: 800;
  line-height: 30pt;
}

#vue-landing-page h4 {
  font-size: 15pt;
  line-height: 18pt;
}

#vue-landing-page h5 {
  font-size: 12pt;
  line-height: 14pt;
}

#vue-landing-page p {
  font-size: 14pt;
  font-weight: 400;
  line-height: 18pt !important;
}

body > main img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page h2 {
    font-size: 30pt !important;
    line-height: 32pt !important;
  }

  .jpp-page-nav .nav-wrap {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  #vue-landing-page h1 {
    font-size: 26pt;
    line-height: 30pt;
  }

  #vue-landing-page h2 {
    font-size: 24pt;
    line-height: 26pt;
  }
  #vue-landing-page p {
    font-size: 12pt;
    line-height: 16pt;
  }

  .jpp-page-nav .nav-wrap {
    display: block;
    margin-top: 10px;
    transform: translateX(0px);
    padding-bottom: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    top: 5px;
  }

  .nav-wrap div {
    text-align: center;
    background-color: #fff;
    margin: 10px 20px;
  }

  .jpp-page-nav:before {
    position: relative;
    right: auto;
    content: "";
    top: 0;
    bottom: 0;
    width: 0;
  }

  #vue-landing-page .jpp-page-nav .nav-wrap a {
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

#vue-landing-page {
  width: 100%;
  max-width: 100%;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

#vue-landing-page h1,
#vue-landing-page h2,
#vue-landing-page h3,
#vue-landing-page h4,
#vue-landing-page h5,
#vue-landing-page p {
  color: #000;
  text-transform: none;
}

#vue-landing-page p {
  font-weight: 400;
}

#vue-landing-page .orange-button {
  background-color: #f58220 !important;
  color: #fff !important;
}

#vue-landing-page section:first-child,
#vue-landing-page section:nth-of-type(2) {
  margin-top: 0;
  margin-bottom: 0;
}

#vue-landing-page section {
  margin-top: 3em;
  margin-bottom: 4em;
}

#vue-landing-page .no-margin {
  margin: 0;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.mainwrap.roland section.shop-section .flickity-viewport {
  margin-right: -30px;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.shop-section .flickity-slider {
  margin-left: 15px;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* breadcrumbs */

.breadcrumbs {
  background-color: #f2f6fb;
  height: 48px;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.breadcrumbs .items {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  max-width: 92%;
  width: 1500px;
  font-size: 1.2rem;
  color: #a3a3a3;
  list-style: none none;
  white-space: nowrap;
  overflow: auto;
}

.breadcrumbs .items .breadcrumbs-item {
  font-size: 12px;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
}

.breadcrumbs .items .breadcrumbs-item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}

.breadcrumbs .items .breadcrumbs-item a {
  color: #0088ce;
  font-size: 12px;
  text-decoration: none;
}
#vue-landing-page a:hover,
#sns_main a:hover {
  color: #f58220;
}

.breadcrumbs .items .breadcrumbs-item:not(:last-child)::after {
  color: #353535;
  content: "/";
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  margin-bottom: 2px;
  padding: 0 5px;
  vertical-align: middle;
}

.breadcrumbs strong {
  font-weight: 400;
  color: #0088ce;
}

/* nav-bar */

#vue-landing-page .printer-nav-bar {
  margin-top: 0;
  margin-bottom: 2em;
}

.menu-list {
  display: none;
}

.nav-wrap.visible {
  max-height: 410px !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .menu-list {
    font-size: 14pt;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    gap: 30px;
    top: 10px;
  }

  .jpp-page-nav .nav-wrap {
    display: block;
    margin-top: 10px;
    transform: translateX(0px);
    padding-bottom: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    top: 5px;
  }

  .menu-list img {
    width: 20px;
  }

  .nav-wrap div {
    text-align: center;
    background-color: #fff;
    margin: 10px 20px;
  }

  #vue-landing-page .printer-nav-bar {
    margin-top: 0;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 319px) {
  .menu-list {
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    gap: 30px;
    top: 10px;
  }

  .jpp-page-nav .nav-wrap {
    display: block;
    margin-top: 10px;
    transform: translateX(0px);
    padding-bottom: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    top: 5px;
  }

  .menu-list img {
    width: 20px;
  }

  .nav-wrap div {
    text-align: center;
    background-color: #fff;
    margin: 10px 20px;
  }

  #vue-landing-page .printer-nav-bar {
    margin-top: 0;
    margin-bottom: 2em;
  }
}

#vue-landing-page .minuteman-press.mobile {
  display: none;
}

#vue-landing-page .minuteman-press {
  padding-top: 4em;
  padding-bottom: 4em;
}

#vue-landing-page .minuteman-press .minuteman-press-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

#vue-landing-page
  .minuteman-press
  .minuteman-press-content.col-lg-5
  .para-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

#vue-landing-page .minuteman-press .minuteman-press-content.col-lg-5 div a {
  margin-right: 30px;
  display: inline-block;
}

#vue-landing-page .minuteman-press-content div p:last-child {
  font-weight: 700;
}

@media (min-width: 320px) and (max-width: 991px) {
  #vue-landing-page .minuteman-press.desktop {
    display: none;
  }

  #vue-landing-page .minuteman-press.mobile {
    display: block;
    text-align: center;
  }

  #vue-landing-page .minuteman-press.mobile .minuteman-press-img {
    display: block;
  }

  #vue-landing-page
    .minuteman-press.mobile
    .minuteman-press-content
    div
    p:last-child {
    font-weight: 700;
  }

  #vue-landing-page .minuteman-press.mobile .blue-button {
    margin-right: 20px;
    display: inline-block;
  }
}

#vue-landing-page .sublimation-sec .sublimation-content h2 {
  color: #0088ce;
}

#vue-landing-page .sublimation-sec .row {
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}

#vue-landing-page .sublimation-sec .row .col-lg-3 {
  width: 21%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#vue-landing-page .sublimation-sec .row .col-lg-1 {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 5%;
}

#vue-landing-page .sublimation-sec .sublimation-box.col-lg-3:last-child {
  padding-top: 20px;
}

#vue-landing-page .sublimation-sec .row .col-lg-1 img {
  top: -40px;
}

#vue-landing-page .sublimation-sec .sublimation-content p {
  width: 95%;
  margin: 5px auto;
}

#vue-landing-page .sublimation-sec .sublimation-content {
  text-align: center;
}

#vue-landing-page .sublimation-sec .sublimation-content span.middle-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#vue-landing-page .sublimation-sec .sublimation-content span a {
  margin-right: 30px;
}

#vue-landing-page .sublimation-sec .sublimation-slider-mobile {
  display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .sublimation-sec .sublimation-slider-desktop {
    display: none;
  }

  #vue-landing-page .sublimation-sec .sublimation-slider-mobile {
    display: block;
  }

  #vue-landing-page
    .sublimation-sec
    .sublimation-slider-mobile
    .flickity-prev-next-button {
    top: 38%;
    width: 34px;
    height: 34px;
    background-color: #d5d5d5;
  }

  #vue-landing-page .sublimation-sec .sublimation-content span a {
    display: block;
    margin: 10px auto;
    width: 300px;
  }

  #vue-landing-page .sublimation-sec .row {
    margin-bottom: 15px;
  }

  #vue-landing-page .sublimation-sec .row .col-lg-3 {
    width: 100%;
    padding: 0 50px;
  }
  #vue-landing-page .sublimation-sec .sublimation-box.col-lg-3:last-child {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #vue-landing-page .sublimation-sec .row .col-lg-3 {
    width: 45%;
  }

  #vue-landing-page .sublimation-sec .row .col-lg-1.extra-arrow {
    display: none;
  }

  #vue-landing-page .sublimation-sec .sublimation-box.col-lg-3:last-child {
    padding-top: 0;
  }
}


#vue-landing-page .perfect-for-all-creators .all-creators-header {
  color: #0088ce;
}

.all-creators-wrapper {
  text-align: center;
}

.all-creators-images {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.all-creators-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18%;
  padding: 0;
  border-radius: 15px;
  transition: 0.15s ease;
}

.all-creators-image:hover {
  scale: 1.05;
}

.all-creators-image img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0px 0px 12px rgba(2, 2, 2, 0.12);
}

.all-creators-image-text span {
  font-weight: 700;
}

.all-creators-header {
  margin: 0 0 40px 0 !important;
  color: #0088ce;
}

#vue-landing-page .perfect-for-all-creators .cta-btn a {
  background-color: #f58220 !important;
  color: #fff !important;
  margin: 0 10px;
}

.all-creators-image-text {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #ffffff !important;
  font-weight: 100 !important;
}

.all-creators-1,
.all-creators-2,
.all-creators-3,
.all-creators-4 {
  background-color: #f58220;
  top: -5px;
}

@media (max-width: 1200px) {
  #vue-landing-page .perfect-for-all-creators.supplies .all-creators-image {
    width: 22%;
    margin: 14px 0;
  }
}

@media (max-width: 991px) {
  #vue-landing-page .perfect-for-all-creators.supplies .all-creators-image {
    width: 45%;
    margin: 14px 0;
  }
}

@media (max-width: 600px) {
  #vue-landing-page .perfect-for-all-creators.supplies .all-creators-image {
    width: 70%;
    margin: 14px 0;
  }
}

@media (min-width: 320px) and (max-width: 766px) {
  #vue-landing-page .perfect-for-all-creators.supplies .all-creators-images {
    margin-bottom: 40px;
  }

  #vue-landing-page
    #vue-landing-page
    .perfect-for-all-creators.supplies
    .cta-btn
    a {
    margin: 10px auto;
    width: 303px;
  }
}

.all-creators-1-blue,
.all-creators-2-blue,
.all-creators-3-blue,
.all-creators-4-blue,
.all-creators-5-blue {
  background-color: #004f9d;
  top: -5px;
}

.all-creators-image.card {
  box-shadow: none !important;
}

@media (max-width: 1200px) {
  #vue-landing-page .perfect-for-all-creators.blanks .all-creators-image {
    width: 22%;
    margin: 14px 0;
  }
}

@media (max-width: 991px) {
  #vue-landing-page .perfect-for-all-creators.blanks .all-creators-image {
    width: 45%;
    margin: 14px 0;
  }
}

@media (max-width: 600px) {
  #vue-landing-page .perfect-for-all-creators.blanks .all-creators-image {
    width: 70%;
    margin: 14px 0;
  }
}

@media (min-width: 320px) and (max-width: 766px) {
  #vue-landing-page .perfect-for-all-creators.blanks .all-creators-images {
    margin-bottom: 40px;
  }

  #vue-landing-page .perfect-for-all-creators.blanks .cta-btn a {
    margin: 10px auto;
    width: 303px;
  }
}

#vue-landing-page .perfect-for-all-creators.new-technology {
  background-color: #f1efef;
  padding: 3em 0;
  margin-bottom: 0;
}

#vue-landing-page
  .perfect-for-all-creators.new-technology
  .all-creators-images {
  margin-bottom: 0;
}

#vue-landing-page
  .perfect-for-all-creators.new-technology
  .all-creators-header {
  margin-bottom: 20px !important;
}

#vue-landing-page .perfect-for-all-creators.new-technology p {
  margin-bottom: 50px !important;
  width: 96%;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page
    .perfect-for-all-creators.new-technology
    .all-creators-header {
    width: 562px;
    margin: 0 auto 20px !important;
  }

  #vue-landing-page
    .perfect-for-all-creators.new-technology
    .technology-content {
    overflow-x: auto;
    width: 95%;
    justify-content: start;
  }

  #vue-landing-page
    .perfect-for-all-creators.new-technology
    .technology-content {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #vue-landing-page
    #vue-landing-page
    .perfect-for-all-creators.new-technology
    .technology-content::-webkit-scrollbar {
    display: none;
  }

  #vue-landing-page
    .perfect-for-all-creators.new-technology
    .technology-content
    .scroll-x {
    display: flex;
    justify-content: start;
    width: auto;
    flex-wrap: nowrap;
  }

  #vue-landing-page
    .perfect-for-all-creators.new-technology
    .technology-content
    .all-creators-image.card {
    padding: 0 15px;
    width: 45%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page
    .perfect-for-all-creators.new-technology
    .technology-content {
    overflow-x: auto;
    width: 95%;
    justify-content: start;
  }

  #vue-landing-page
    .perfect-for-all-creators.new-technology
    .technology-content
    .scroll-x {
    display: flex;
    justify-content: start;
    width: auto;
    flex-wrap: nowrap;
  }

  #vue-landing-page
    .perfect-for-all-creators.new-technology
    .technology-content
    .all-creators-image.card {
    padding: 0 15px;
    width: 75%;
  }
}

#vue-landing-page .testimonial {
  background-color: #004f9d;
  padding: 3em 0;
  height: 450px;
  margin-top: 0;
}

#vue-landing-page .testimonial h2,
#vue-landing-page .testimonial p {
  color: #fff;
  text-align: center;
}

#vue-landing-page .testimonial .slide p:first-child {
  width: 73%;
  margin: 20px auto;
}

#vue-landing-page .testimonial .slide p:nth-child(2),
#vue-landing-page .testimonial .slide p:nth-child(3) {
  margin: 0;
}

#vue-landing-page .testimonial .flickity-page-dots {
  bottom: -75px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .testimonial {
    height: 450px;
    padding: 1.5em 0;
  }

  #vue-landing-page .testimonial .flickity-page-dots {
    bottom: -60px;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  #vue-landing-page .testimonial .slide p:first-child {
    width: 95%;
  }

  #vue-landing-page .testimonial {
    height: 420px;
    padding: 1em 0;
  }

  #vue-landing-page .testimonial .flickity-page-dots {
    bottom: 0px;
  }
}

@media (min-width: 401px) and (max-width: 500px) {
  #vue-landing-page .testimonial .slide p:first-child {
    width: 95%;
  }

  #vue-landing-page .testimonial {
    height: 480px;
    padding: 1em 0;
  }

  #vue-landing-page .testimonial .flickity-page-dots {
    bottom: -60px;
  }
}

@media (min-width: 320px) and (max-width: 400px) {
  #vue-landing-page .testimonial .slide p:first-child {
    width: 95%;
  }
  #vue-landing-page .testimonial {
    height: 500px;
    padding: 1em 0;
  }

  #vue-landing-page .testimonial .flickity-page-dots {
    bottom: -50px;
  }
}

#vue-landing-page .perfect-for-all-creators.our-team .all-creators-images {
  justify-content: center;
  gap: 80px;
}

#vue-landing-page
  .perfect-for-all-creators.our-team
  .all-creators-image.card
  h5 {
  font-size: 15pt !important;
  line-height: 18pt !important;
}

#vue-landing-page .perfect-for-all-creators.our-team .all-creators-image {
  width: 25%;
}

#vue-landing-page
  .perfect-for-all-creators.our-team
  .all-creators-image.card
  h5
  span:nth-child(3) {
  font-style: italic;
  padding: 0 15px;
  font-size: 12pt !important;
  line-height: 15pt !important;
  font-weight: 500 !important;
  display: block;
  height: 0;
}

#vue-landing-page
  .perfect-for-all-creators.our-team
  .all-creators-image.card
  h5
  span:last-child {
  font-size: 12pt !important;
  line-height: 15pt !important;
  font-weight: 500 !important;
}

#vue-landing-page .all-creators-image.team.card:not(:hover) {
  scale: 1.05;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .perfect-for-all-creators.our-team .all-creators-images {
    gap: 30px;
  }

  #vue-landing-page .perfect-for-all-creators.our-team .all-creators-image {
    width: 30%;
  }

  #vue-landing-page
    .perfect-for-all-creators.our-team
    .all-creators-image.card
    h5
    span:nth-child(3) {
    display: block;
    height: 15px;
    line-height: 14pt;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  #vue-landing-page .perfect-for-all-creators.our-team .all-creators-images {
    gap: 40px;
  }
  #vue-landing-page .perfect-for-all-creators.our-team .all-creators-image {
    width: 40%;
  }
}

@media (min-width: 320px) and (max-width: 500px) {
  #vue-landing-page .perfect-for-all-creators.our-team .all-creators-images {
    gap: 40px;
  }
  #vue-landing-page .perfect-for-all-creators.our-team .all-creators-image {
    width: 80%;
  }

  #vue-landing-page
    .perfect-for-all-creators.our-team
    .all-creators-image.card
    h5
    span:nth-child(3) {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}

#vue-landing-page section.videos {
  margin-top: 4em !important;
}

div[data-content-type="row"].how-to-videos {
  background: #f1efef;
  padding: 50px 50px 50px 50px;
  margin: 40px 0 40px 0;
}

#vue-landing-page .how-to-videos .pagebuilder-column h2 {
  margin: 0;
}

#vue-landing-page .how-to-videos .pagebuilder-column-group {
  display: flex !important;
}

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

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

div[data-content-type="row"].how-to-videos
  .pagebuilder-column[data-pb-style="O2JM7NR"] {
  justify-content: center;
  width: 66.6667%;
  align-self: center;
}

div[data-content-type="row"].how-to-videos
  .pagebuilder-column[data-pb-style="BLI70I1"],
div[data-content-type="row"].how-to-videos
  .pagebuilder-column[data-pb-style="E4H4YL3"],
div[data-content-type="row"].how-to-videos
  .pagebuilder-column[data-pb-style="O2JM7NR"],
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 div[data-content-type="row"].how-to-videos h3 {
  margin: 0;
  color: #353535 !important;
}

div[data-content-type="row"].how-to-videos p {
  font-weight: 400 !important;
  width: 90%;
  color: #000 !important;
}

.videos .pagebuilder-button-primary span {
  text-transform: capitalize;
}

#vue-landing-page .maker-skills-slider .video:hover span {
  color: #f58220;
}

div[data-content-type="row"].how-to-videos .maker-skills-slider {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 16px;
}

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

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

#vue-landing-page .maker-skills-slider .video h5 {
  font-weight: 500;
  color: #353535;
  margin: 20px 30px;
  height: 100%;
  font-size: 14pt;
  line-height: 18pt;
  text-align: center;
}

#vue-landing-page .maker-skills-slider .video span {
  font-weight: 500;
  transition: 0.3s;
  color: #0088ce;
  text-align: center;
  display: block;
  font-size: 16pt;
  line-height: 18pt;
}

#vue-landing-page .pagebuilder-column::-webkit-scrollbar {
  height: 15px;
}

#vue-landing-page .pagebuilder-column::-webkit-scrollbar-track {
  background-color: #f1efef;
  border-radius: 20px;
}

#vue-landing-page .pagebuilder-column::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 20px;
}

@media (max-width: 991px) {
  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) {
  div[data-content-type="row"].how-to-videos .pagebuilder-column-group h2 {
    font-size: 28pt;
    line-height: 30pt;
  }

  #shop-materials .category-tiles h3,
  .videos h1,
  .videos p {
    text-align: center;
  }

  .videos .pagebuilder-button-primary {
    margin: 0;
    display: table;
    width: auto;
  }

  .videos .how-to-videos p {
    text-align: start;
    width: 90% !important;
  }
}

@media only screen and (max-width: 769px) {
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }

  .pagebuilder-column {
    background-attachment: scroll;
    flex-basis: 100%;
    max-width: 100%;
  }

  div[data-content-type="row"].how-to-videos
    .pagebuilder-column[data-pb-style="IDVU44E"] {
    justify-content: center;
    align-items: center;
  }

  #vue-landing-page .videos .how-to-videos h2,
  #vue-landing-page .videos .how-to-videos p,
  #vue-landing-page
    .videos
    .how-to-videos
    div[data-content-type="button-item"] {
    text-align: center;
  }

  #vue-landing-page .videos .how-to-videos p {
    width: auto;
  }

  #vue-landing-page .videos .how-to-videos h2,
  #vue-landing-page .videos .how-to-videos p,
  #vue-landing-page
    .videos
    .how-to-videos
    div[data-content-type="button-item"] {
    text-align: center;
  }

  .videos .pagebuilder-button-primary {
    margin: 0 0 20px 0;
  }

  div[data-content-type="row"].how-to-videos .maker-skills-slider .video {
    width: calc(100vw - 48px);
    min-width: 100%;
  }

  #vue-landing-page .maker-skills-slider .video h5 {
    margin: 20px 10px;
  }

  #vue-landing-page .maker-skills-slider .video span {
    margin: 0;
  }
}

.mainwrap.roland .resources-section {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 3em;
  background-color: #fff;
}

.mainwrap.roland .resources-section .big-buttons h3 {
  font-weight: 800;
  color: #fff;
}

.mainwrap.roland .resources-section .resources-section-background {
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background-color: #fafafa;
  margin-bottom: 0;
  margin-top: 0;
}

.mainwrap.roland .resources-section > div {
  margin-top: 5em;
}
@media (max-width: 768px) {
  .mainwrap.roland .resources-section {
    padding-top: 1em;
    padding-bottom: 2em;
  }
  .mainwrap.roland .resources-section > div {
    margin-top: 1em;
  }
  .mainwrap.roland .resources-section > div + div.container {
    margin-top: 0;
  }

  .mainwrap.roland .resources-section h2 {
    font-size: 24pt;
    line-height: 26pt;
  }

  .mainwrap.roland .resources-section .col-lg-3:first-child {
    display: none;
  }

  .mainwrap.roland .resources-section .col-lg-3 {
    width: 85%;
    margin: auto;
  }

  .mainwrap.roland .resources-section .col-lg-3 .pb-2 {
    margin-bottom: 20px;
  }
}

.mainwrap.roland .resources-section .big-buttons {
  border-radius: 8px;
  height: 180px;
  position: relative;
}
@media (max-width: 575px) {
  .mainwrap.roland .resources-section .big-buttons {
    margin: 12px 0;
    height: 140px;
  }
}
.mainwrap.roland .resources-section .big-buttons:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  filter: brightness(1.2);
  transform: scale(1.03);
}
.mainwrap.roland .resources-section .big-buttons a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mainwrap.roland .resources-section .big-buttons a h3 {
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  padding: 0;
  font-size: 16pt !important;
  line-height: 18pt !important;
}
.mainwrap.roland .resources-section .big-buttons.teal {
  background: linear-gradient(
    120deg,
    #1762b9 0%,
    #1ba6da 40%,
    #1ba6da 60%,
    #1762b9 100%
  );
}
.mainwrap.roland .resources-section .big-buttons.orange {
  background: linear-gradient(210deg, #f58220 0%, #a35a19 100%);
}
.mainwrap.roland .resources-section .big-buttons.blue {
  background: linear-gradient(
    120deg,
    #0088ce 0%,
    #006394 40%,
    #006394 60%,
    #0088ce 100%
  );
}

#vue-landing-page .mainwrap.roland .resources-section .resources-content {
  text-align: center;
}

#vue-landing-page .mainwrap.roland .resources-section .resources-content p {
  margin: 0;
}

#vue-landing-page
  .mainwrap.roland
  .resources-section
  .resources-content
  .blue-color {
  color: #0088ce;
  font-weight: 800;
  margin-top: 30px;
}

#vue-landing-page
  .mainwrap.roland
  .resources-section
  .resources-content
  .blue-color.last-p {
  margin-bottom: 30px;
}

#vue-landing-page .mainwrap.roland .resources-section .resources-content a {
  font-weight: 800;
  text-decoration: underline;
}

#vue-landing-page
  .mainwrap.roland
  .resources-section
  .resources-content
  a.orange-button {
  margin-top: 30px;
}

#vue-landing-page .mainwrap.roland .resources-content ul {
  width: 300px;
  margin: 15px auto;
  text-align: start;
  list-style: disc;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .mainwrap.roland .resources-section .col-lg-3 {
    width: 45%;
    margin: 15px;
  }

  .mainwrap.roland .resources-section .text-center {
    justify-content: center;
  }

  .mainwrap.roland .resources-section > div {
    margin-top: 2em;
  }

  .mainwrap.roland .resources-section .resources-content {
    padding-top: 3em;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .mainwrap.roland .resources-section .resources-content {
    padding-top: 2em;
  }
}


.free-shipping-block {
  background-color: #021938;
  margin: 0 !important;
}

#vue-landing-page .free-shipping-info h2 {
  font-size: 60pt;
  line-height: 60pt;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-weight: 800;
  letter-spacing: 1.11px;
}

#vue-landing-page .free-shipping-info h3 {
  color: #fff;
  font-weight: 400;
  font-size: 27pt;
  line-height: 27pt;
  text-align: center;
  margin: 0;
}

.free-shipping-info span {
  border-bottom: 1px solid #fff;
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  color: #fff;
}

a.free-shipping-content:hover .free-shipping-info span {
  border: none;
}

.free-shipping-car {
  margin-right: 50px;
}

.free-shipping-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.free-shipping-block .container .free-shipping-info span {
  font-weight: 100 !important;
  opacity: 0.6;
  font-size: 16pt;
  line-height: 18pt !important;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .free-shipping-info h2 {
    font-size: 40pt !important;
    line-height: 40pt !important;
  }

  #vue-landing-page .free-shipping-info h4 {
    font-size: 26px;
  }

  .free-shipping-content {
    display: -ms-grid;
    display: grid;
    text-align: center;
    grid-auto-flow: column;
    gap: 30px;
  }

  .free-shipping-car {
    margin-right: 0;
  }
  #vue-landing-page .free-shipping-info h3 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .free-shipping-info h3 {
    font-size: 18pt;
    line-height: 18pt;
    margin-bottom: 10px;
  }

  .free-shipping-car {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .free-shipping-block .col-lg-12 a {
    display: flex;
    flex-direction: column;
  }

  #vue-landing-page .free-shipping-info h2 {
    font-size: 28pt;
    line-height: 28pt;
    margin-bottom: 10px;
  }
}
