:root {
  --black: black;
  --light-gray: #eee;
  --blue: #0055da;
  --white: #fff;
}

body {
  color: var(--black);
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 1.5rem;
}

ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 40px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: .4rem;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.text-box.cms-thumbnail-sub {
  color: #6b6b6b;
  font-size: .9rem;
}

.text-box.prices {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-box.price {
  color: #6b6b6b;
  margin-bottom: 11px;
}

.text-box.faq-heading {
  position: sticky;
  top: 25px;
}

.text-box.centered {
  text-align: center;
}

.text-box.blog-card-info {
  max-width: 90%;
  margin-top: 1rem;
}

.text-box.gray {
  color: #555;
}

.text-box.sub-hero-para {
  max-width: 33rem;
}

.text-box.pull-out-nav-top-menu {
  color: #000;
  font-size: 1.2rem;
}

.text-box.home-hero-sub {
  max-width: 33rem;
}

.text-box.bottom-cta-title {
  margin-bottom: 5.1rem;
}

.text-box._33rem {
  max-width: 33rem;
}

.text-box._33rem.td_auto-search_form {
  margin-left: auto;
  margin-right: auto;
}

.text-box.sub-hero.contact {
  max-width: 45%;
}

.h1-heading {
  margin-top: 0;
  font-size: 4rem;
}

.h1-heading.admin {
  margin-bottom: 0;
  font-size: 8rem;
}

.h1-heading.product-title {
  margin-bottom: .5rem;
  font-size: 2.2rem;
}

.h1-heading.contact {
  font-size: 5rem;
}

.h1-heading.utility._404 {
  margin-bottom: 0;
}

.section {
  position: relative;
}

.section.admin-hero {
  border-bottom-color: #353535;
}

.section.light-gray {
  background-color: var(--light-gray);
}

.section.overflow-hidden {
  overflow: hidden;
}

.container {
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 2rem;
  position: relative;
}

.container.admin-sub-hero {
  padding-top: 11.7rem;
  padding-bottom: 7rem;
}

.container.admin-sub-hero.style {
  background-color: #eee;
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.container.home-hero {
  max-width: 98%;
  padding: .7rem 0 0;
}

.container.template-collection {
  max-width: 98%;
  padding-top: 4.9rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.template-hero {
  max-width: 98%;
  padding: 2rem 1rem 0;
}

.container.product-intro {
  padding-top: 3.7rem;
}

.container.feat-for-all-templates {
  padding-top: 0;
  padding-bottom: 3rem;
}

.container.blog-collection-sub-body {
  max-width: 98%;
}

.container.privacy {
  overflow: visible;
}

.container.template-collection-blog-post {
  max-width: 98%;
  padding-top: 10rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.related-blog {
  max-width: 98%;
}

.container.faq {
  overflow: visible;
}

.container.sub-hero {
  max-width: 98%;
  padding: .7rem 0 0;
}

.content-wrapper.home-hero {
  background-color: var(--blue);
  height: 20rem;
  color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.content-wrapper.cms-bottom {
  color: #000;
  width: 100%;
  text-decoration: none;
}

.content-wrapper.sub-hero {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 4rem 4rem 2rem;
  display: flex;
}

.content-wrapper.sub-hero.contact {
  padding: 4rem;
}

.toggle-spacer {
  height: .325rem;
}

.side-menu-links-container {
  color: #000;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 47px;
  display: flex;
}

.nav-collection-item {
  margin-right: 5px;
}

.header-nav-top-wrapper {
  border-bottom: 1px solid #d3d3d3;
  justify-content: space-between;
  align-items: center;
  padding: .9rem 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.header-nav {
  background-color: #fff;
  padding: 20px 1rem;
}

.side-menu-container {
  z-index: 9999999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-lines {
  flex-direction: column;
  justify-content: center;
  width: 35%;
  display: flex;
}

.sub-nav-containr {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.side-menu-divider-line {
  background-color: #e4e4e4;
  height: 1px;
  margin-top: 2.6rem;
}

.nav-link-text {
  color: #000;
  text-decoration: none;
  transition: color .2s;
}

.nav-link-text:hover {
  color: #6b6b6b;
}

.nav-collection-list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.nav-css {
  display: none;
}

.navigation-scroll {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 14px;
  display: flex;
  overflow: hidden;
}

.nav-small-text-block {
  font-size: 1rem;
  font-weight: 400;
  line-height: 115%;
}

.nav-small-text-block.heder {
  color: #9b9b9b;
  font-size: 1.2rem;
}

.navigation-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.email-link-block {
  color: #9b9b9b;
  margin-top: 5px;
  text-decoration: none;
  display: inline-block;
}

.contact-info-nav-inner-container {
  border-top: 1px solid #d3d3d3;
  padding: 1rem 2rem 1rem 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-button-02 {
  z-index: 2;
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: .6rem;
  display: flex;
  position: relative;
}

.side-menu-links-wrapper {
  z-index: 110;
  color: #fff;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 7px;
  width: 36%;
  height: 98vh;
  margin-left: .7rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.image-wrapper.product-image {
  pointer-events: none;
  border-radius: 8px;
  overflow: hidden;
}

.image-wrapper.blog-hero {
  border-radius: 6px 6px 0 0;
  height: 40rem;
  position: relative;
  overflow: hidden;
}

.image-wrapper.blog-thumbnail-general {
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  height: 34rem;
  min-height: 34rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.image-wrapper.nav-x-icon {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  min-width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.navigation-logo-link {
  flex: 1;
  min-width: 14rem;
  max-width: 14rem;
}

.nav-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-section {
  border-top: 1px solid #e9e9e9;
  padding-top: .6rem;
  padding-left: 1rem;
  overflow: hidden;
}

.side-menu {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.contact-info-nav-inner-wrapper {
  grid-row-gap: 5px;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.navigation-right-block {
  flex: none;
  align-items: center;
  display: flex;
}

.nav-sub-heading {
  color: #030711;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.nav-sub-heading.bottom {
  margin-right: 1.1rem;
}

.text-nav-link {
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: opacity .3s;
}

.text-nav-link:hover {
  opacity: .78;
}

.text-nav-link.header {
  font-size: 1.8rem;
}

.text-nav-link.header:hover {
  opacity: .48;
}

.text-nav-link.header.sub {
  color: #9b9b9b;
  font-size: 1.2rem;
}

.nav-link-box-wrapper {
  display: flex;
}

.side-menu-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  font-size: .9rem;
  display: flex;
}

.side-menu-wrapper.header {
  color: #707070;
  padding-left: 1rem;
}

.side-menu-wrapper.header.sub {
  margin-top: 1.5rem;
}

.contact-nav-email-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-menu-line {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.header-nav-logo {
  width: 100%;
  height: 100%;
}

.nav-link-block-category {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  background-color: #eee;
  border-radius: 44px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .2rem 1.1rem;
  font-size: .8rem;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.nav-link-block-category:hover {
  background-color: #f6f7f9;
}

.nav-link-block-category:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.nav-link-block-category.w--current {
  color: #fff;
  background-color: #000;
  border-color: #48566a;
}

.paragraph.product-description {
  font-size: 1.1rem;
  line-height: 1.6;
}

.paragraph.gray {
  color: #6b6b6b;
}

.paragraph.centered {
  text-align: center;
}

.paragraph.no-margin {
  margin-bottom: 0;
}

.h2-heading {
  margin-top: 0;
  font-size: 3rem;
}

.h2-heading.template-name-collection {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.h2-heading.cta-heading {
  font-size: 2.5rem;
}

.bottom-copyright-text-box {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 2px;
  display: flex;
}

.footer-links-wrapper {
  flex-direction: column;
  display: flex;
}

.footer-links-wrapper.bottom {
  flex-flow: row;
}

.footer-link-grid-block {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.success-message-02 {
  color: #fff;
  text-align: center;
  background-color: #4bbd7e;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.footer-bottom-block {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .4rem;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.footer-contact-form-input {
  color: #2a3440;
  border: 1px #000;
  width: 100%;
  height: 65px;
  margin-bottom: 0;
  padding: 12px 12px 12px 48px;
  font-size: 1rem;
  transition: border-color .2s, border .35s;
}

.footer-contact-form-input:focus {
  border-style: solid;
  border-color: #44c4ff;
}

.footer-contact-form-input::placeholder {
  color: #686868;
}

.footer-logo-image-link-block {
  width: 100%;
  margin-top: 3.7rem;
}

.footer-links-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1fr;
  justify-content: space-between;
  display: flex;
}

.footer-contact-form-wrapper {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 8px;
  flex-direction: row;
  margin-top: .6rem;
  display: flex;
  overflow: hidden;
}

.footer-title {
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}

.bottom-cta-container {
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 9.1rem 2rem 7rem;
}

.bottom-cta-container.foot {
  max-width: 98%;
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.bottom-cta-container.bottom-cta {
  max-width: 98%;
  padding: 0;
}

.field-input {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.cta {
  color: #fff;
  text-align: center;
  background-color: #2a3440;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 3.4rem;
  padding: 9px 26px;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .35s;
  display: flex;
}

.cta:hover {
  background-color: #fff;
}

.cta.footer-form {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 11px;
  margin-right: .4rem;
  font-weight: 400;
  transition: color .35s, background-color .35s;
}

.cta.footer-form:hover {
  color: #fff;
  background-color: #000;
}

.footer-contact-form-container {
  margin-bottom: 0;
}

.new-footer-newsletter {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.9rem;
  margin-bottom: 3.9rem;
  display: flex;
}

.footer-combo {
  background-color: var(--blue);
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  padding-top: 1rem;
}

.second-error-message {
  border-radius: 5px;
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-copyright-text {
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
}

.bottom-footer-logo {
  width: 100%;
  height: 100%;
}

.contact-form-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.contact-icon-wrapper {
  color: #6173e5;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
  position: absolute;
  inset: 8px auto 8px 8px;
}

.collection-list-footer {
  grid-column-gap: 35px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.silv-studio-link-block {
  text-decoration: none;
}

.bottom-logo-text-image-link-block {
  width: 35rem;
  max-width: 100%;
}

.footer-sub-heading {
  letter-spacing: -.02em;
  margin-bottom: 0;
  line-height: 36px;
}

.footer-link {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.8;
  text-decoration: none;
  transition: opacity .3s;
}

.footer-link:hover {
  opacity: .64;
  border-radius: 6px;
}

.bottom-cta-text-box.cta-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.silv-studio-text-link {
  color: var(--white);
  text-decoration: none;
}

.footer-form-wrap {
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-container {
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 9.1rem 2rem 7rem;
}

.cta-container.home-cta {
  color: var(--white);
  background-color: #000;
  border-radius: 7px;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  display: flex;
}

.cta-container.home-cta.orange-gradient-background {
  max-width: 100%;
}

.button {
  font-weight: 500;
}

.button.product-category-buttons {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .5rem .4rem;
  font-size: 1rem;
  text-decoration: none;
  transition: transform .4s, background-color .4s;
}

.button.product-category-buttons:hover {
  color: #fff;
  background-color: #000;
  transform: scale(1.05);
}

.button.add-to-cart-02 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: transform .2s, background-color .4s;
  display: flex;
}

.button.add-to-cart-02:hover {
  background-color: #000;
  transform: scale(1.05);
}

.button.main {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: var(--blue);
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: transform .2s, background-color .4s;
  display: flex;
}

.button.main:hover {
  background-color: #000;
  transform: scale(1.05);
}

.button.main.hover-white:hover {
  background-color: var(--white);
  color: var(--black);
  background-color: var(--white);
}

.content-block.product-01 {
  grid-column-gap: 76px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: .7rem 1.4rem 1.4rem;
  display: grid;
  position: sticky;
  top: 20px;
}

.content-block.faq-01 {
  height: 100%;
  position: relative;
}

.body-content-block {
  margin-left: auto;
  margin-right: auto;
}

.small-paragraph {
  font-size: .9rem;
}

.small-paragraph.no-margin {
  margin-bottom: 0;
}

.faq-item {
  background-color: #fff0;
  border-radius: 10px;
  width: 100%;
  transition: all .3s;
  display: block;
}

.faq-question-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.faq-toggle-02 {
  background-color: #eee;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0 1rem 0 .8rem;
  display: flex;
}

.faq-grid {
  grid-column-gap: 40px;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.faq-content-wrapper {
  width: 97%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.faq-arrow {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.faq-content {
  background-color: #0000;
  width: 100%;
  position: static;
  overflow: hidden;
}

.faq-question {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.faq-question.larger {
  font-size: 1.7rem;
  line-height: 1.4;
}

.nav-background-overlay {
  z-index: 99;
  pointer-events: none;
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1440px) {
  .admin-body-container {
    max-width: 87.5rem;
  }

  .text-box.sub-hero.contact {
    max-width: 40%;
  }

  .h1-heading {
    font-size: 5rem;
  }

  .h1-heading.sub-page {
    font-size: 4rem;
  }

  .container {
    max-width: 87.5rem;
  }

  .content-wrapper.home-hero, .content-wrapper.sub-hero, .content-wrapper.home-hero, .content-wrapper.sub-hero {
    height: 25rem;
  }

  .side-menu-links-wrapper {
    width: 27%;
  }

  .image-wrapper.blog-hero {
    height: 45rem;
  }

  .webflow-logo-in-text {
    background-position: 35%;
  }

  .webflow-background-white {
    margin-left: -44px;
  }

  .bottom-cta-container, .cta-container {
    max-width: 87.5rem;
  }

  .body-article-wrapper {
    max-width: 85%;
  }

  .h1-blog-heading {
    font-size: 5rem;
  }

  .h1-blog-heading.blog-title {
    font-size: 4rem;
  }

  .container-02 {
    max-width: 87.5rem;
  }

  .blog-eyebrow {
    font-size: 1.6rem;
  }

  .utility-page-content {
    width: 40rem;
  }
}

@media screen and (min-width: 1920px) {
  .admin-body-container {
    max-width: 110rem;
  }

  .text-box.sub-hero {
    max-width: 60%;
  }

  .h1-heading {
    font-size: 6rem;
  }

  .h1-heading.home-hero, .h1-heading.sub-page, .h1-heading.home-hero, .h1-heading.sub-page {
    font-size: 5rem;
  }

  .container {
    max-width: 110rem;
  }

  .container.product-intro, .container.feat-for-all-templates, .container.product-intro, .container.feat-for-all-templates {
    max-width: 85%;
  }

  .sub-nav-containr {
    padding-right: 1rem;
  }

  .email-link-block {
    font-size: 1vw;
  }

  .side-menu-links-wrapper {
    width: 20%;
  }

  .image-wrapper.blog-hero {
    height: 64rem;
  }

  .h2-heading {
    font-size: 3.5rem;
  }

  .template-collection-list {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .webflow-background-white {
    margin-left: -52px;
  }

  .bottom-cta-container, .cta-container {
    max-width: 122rem;
  }

  .content-block.product-01 {
    max-width: 85%;
    margin-left: auto;
  }

  .swiper-slide {
    max-width: 30%;
  }

  .faq-question.larger {
    font-size: 2rem;
  }

  .contact-body {
    max-width: 88%;
  }

  .contact-card {
    max-width: 80%;
  }

  .contact-grid {
    grid-column-gap: 24px;
  }

  .body-article-wrapper {
    max-width: 75%;
  }

  .h1-blog-heading {
    font-size: 6rem;
  }

  .container-02 {
    max-width: 122rem;
  }

  .blog-collection-02 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .utility-page-content {
    width: 45rem;
  }
}

@media screen and (max-width: 991px) {
  .admin-body-container {
    max-width: 95%;
    padding-bottom: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-box.sub-hero {
    max-width: 100%;
  }

  .h1-heading.admin {
    font-size: 6rem;
  }

  .h1-heading.sub-page {
    font-size: 3rem;
  }

  .container {
    max-width: 95%;
    padding: 6rem 0;
  }

  .container.admin-sub-hero {
    padding-top: 9.9rem;
  }

  .container.template-collection {
    padding-top: 3.9rem;
  }

  .container.product-intro {
    padding-top: .2rem;
    padding-bottom: 6.5rem;
  }

  .container.faq {
    padding-top: 5rem;
  }

  .container.blog-collection-sub-body {
    padding-top: 3.6rem;
  }

  .container.privacy {
    padding-top: 5rem;
  }

  .container.template-collection-blog-post {
    padding-top: 3.9rem;
  }

  .content-wrapper.sub-hero.contact {
    padding: 3rem;
  }

  .header-nav {
    position: relative;
  }

  .search-box {
    width: auto;
  }

  .navigation-scroll {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-small-text-block {
    font-size: 1rem;
  }

  .side-menu-links-wrapper {
    width: 50%;
  }

  .search-area {
    display: none;
  }

  .image-wrapper.blog-thumbnail-general {
    height: 25rem;
    min-height: 25rem;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

  .nav-link-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navigation-search {
    flex: none;
  }

  .search {
    width: auto;
  }

  .navigation-right-block {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex: 0 auto;
    display: flex;
  }

  .content_collection-list.jetboost-list-wrapper-mewm {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
  }

  .template-collection-list-wrapper.jetboost-list-wrapper-47nj.jetboost-list-wrapper-wqvj.jetboost-list-wrapper-4e84 {
    margin-top: 15px;
  }

  .template-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .footer-link-grid-block {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-bottom-block {
    padding-top: 0;
  }

  .footer-logo-image-link-block {
    margin-top: 2rem;
  }

  .footer-links-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .bottom-cta-container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .new-footer-newsletter {
    justify-content: space-between;
    align-items: flex-start;
  }

  .collection-list-footer {
    grid-template-columns: 1fr;
  }

  .cta-container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta-container.home-cta {
    max-width: 94%;
  }

  .content-block.product-01 {
    flex-flow: column;
    display: flex;
  }

  .swiper-slide {
    max-width: 65%;
  }

  .swiper-slide.pdp {
    min-width: 90%;
    max-width: 90%;
  }

  .product-intro-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1.25fr;
    display: flex;
  }

  .product-body-right-block-content {
    position: sticky;
    top: 0;
  }

  .product-body-right-block-content.sticky {
    position: static;
  }

  .gallery-tab-link {
    margin-right: 20px;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .card-white {
    background-color: #eee;
  }

  .feature-grid-small {
    grid-template-columns: 1fr 1fr;
  }

  .heading-grid {
    grid-template-columns: 1fr;
  }

  .heading-grid.flex-tablet {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .faq-questions {
    margin-top: 4rem;
  }

  .faq-questions.no-margin {
    margin-top: 0;
  }

  .product-info-top-container {
    flex-flow: column;
    display: flex;
  }

  .faq-content {
    width: 100%;
  }

  .contact-icon-02 {
    min-width: 45px;
    min-height: 45px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contacts-icon {
    width: 20px;
    height: 20px;
  }

  .contact-feature-card {
    flex-flow: row;
  }

  .blog-post-body-content-grid {
    grid-row-gap: 3vh;
    grid-template-columns: 1fr 1fr;
    padding-top: 3.4rem;
  }

  .h1-blog-heading.blog-title {
    font-size: 3.5rem;
  }

  .container-02 {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-grid-02.blog-hero {
    flex-flow: row;
    display: flex;
  }

  .blog-eyebrow {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .admin-body-container {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-box.preview-template {
    justify-content: space-between;
    align-items: center;
  }

  .spacer {
    height: 32px;
  }

  .h1-heading.admin {
    font-size: 4rem;
  }

  .h1-heading.home-hero {
    font-size: 3rem;
  }

  .h1-heading.product-title {
    margin-bottom: .2rem;
  }

  .container {
    padding-top: 5rem;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .container.admin-sub-hero {
    padding-top: 9.1rem;
    padding-bottom: 5.7rem;
  }

  .container.admin-sub-hero.style {
    padding-top: 9.7rem;
    padding-bottom: 5.6rem;
  }

  .container.product-intro {
    padding-bottom: 3.6rem;
  }

  .container.feat-for-all-templates {
    padding-bottom: 1.5rem;
  }

  .content-wrapper.sub-hero {
    padding-top: 2rem;
    padding-bottom: 3rem;
    padding-right: 2rem;
  }

  .content-wrapper.sub-hero.blog-collection {
    height: 20rem;
  }

  .content-wrapper.sub-hero.contact {
    padding: 2rem;
  }

  .custom-browse-button {
    margin-top: 30px;
  }

  .side-menu-links-wrapper {
    width: 70%;
  }

  .no-results-group {
    text-align: center;
    flex-direction: column;
  }

  .image-wrapper.blog-thumbnail-general {
    height: 27rem;
    min-height: 27rem;
  }

  .no-result-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .text-nav-link {
    font-size: .8rem;
  }

  .left-information {
    flex-direction: column;
  }

  .side-menu-wrapper {
    justify-content: center;
    align-items: flex-start;
    min-width: 7rem;
    max-width: 7rem;
    height: auto;
  }

  .side-menu-wrapper.header {
    min-width: auto;
    max-width: none;
  }

  .category-item {
    justify-content: space-between;
  }

  .book-name {
    line-height: 130%;
  }

  .book-cta {
    width: auto;
  }

  .webflow-logo-in-text {
    background-size: 3rem;
  }

  .content_collection-list {
    flex-flow: column;
    display: flex;
  }

  .h3-heading {
    font-size: 40px;
  }

  .h3-heading.collection-template-title {
    font-size: 1.6rem;
  }

  .flex-block.collection-template-inner-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 11px;
  }

  .template-collection-list {
    grid-template-columns: 1fr;
  }

  .filter-form-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .filter-form {
    width: 100%;
  }

  .filter-dropdowns {
    flex: 1;
  }

  .filter-form-block {
    width: 100%;
  }

  .footer-link-grid-block {
    grid-column-gap: 0px;
    grid-row-gap: 41px;
    flex-flow: column;
    grid-auto-columns: 1fr;
    margin-bottom: 34px;
    display: flex;
  }

  .footer-logo-image-link-block {
    margin-top: 2.6rem;
  }

  .footer-links-grid {
    flex-flow: column;
    display: flex;
  }

  .h2-heading-2 {
    font-size: 40px;
  }

  .bottom-cta-container {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .new-footer-newsletter {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .collection-list-footer {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bottom-cta-text-box.cta-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-form-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 26px;
  }

  .cta-container {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-block.product-01 {
    padding-left: .8rem;
    position: static;
  }

  .swiper-slide {
    max-width: 85%;
  }

  .webflow-button.webflow-home.pdp {
    transition: background-color .4s;
  }

  .webflow-button.webflow-home.pdp:hover {
    transform: none;
  }

  .product-intro-grid {
    flex-flow: column;
    display: flex;
  }

  .large-intro-heading {
    font-size: 1.1rem;
  }

  .gallery-tab-link {
    margin-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .tabs-menu {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .card-white, .feature-card-border {
    padding: 12px;
  }

  .h2-heading-3 {
    font-size: 40px;
  }

  .feature-grid-small {
    grid-template-columns: 1fr;
  }

  .h2-heading-4 {
    font-size: 40px;
  }

  .faq-question.larger {
    font-size: 1.2rem;
  }

  .contact-card {
    margin-top: 3.1rem;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-feature-card {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .contact-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .blog-post-body-content-grid {
    grid-row-gap: 1.5vh;
    padding-bottom: 0;
  }

  .h1-blog-heading.blog-title {
    font-size: 3rem;
  }

  .container-02 {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-grid-02 {
    flex-flow: column;
    display: flex;
  }

  .heading-grid-02.blog-hero {
    flex-flow: column;
  }

  .blog-collection-02 {
    grid-template-columns: 1fr;
  }

  .utility-page-wrap {
    padding: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .admin-body-container {
    padding-top: 2.6rem;
    padding-bottom: 5rem;
  }

  .text-box {
    grid-template-columns: 1fr 1fr;
  }

  .text-box.preview-template {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-box.sub-hero.contact {
    max-width: 100%;
  }

  .style-guide-h2 {
    font-size: 42px;
  }

  .h1-heading, .h1-heading.admin {
    font-size: 3rem;
  }

  .h1-heading.admin {
    font-size: 3rem;
  }

  .h1-heading.home-hero {
    font-size: 13svw;
  }

  .h1-heading.product-title {
    font-size: 2.5rem;
    line-height: 1;
  }

  .h1-heading.sub-page {
    font-size: 2.3rem;
  }

  .section.overflow-hidden-mobile {
    overflow: hidden;
  }

  .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container.admin-sub-hero {
    padding-top: 8.5rem;
    padding-bottom: 3.2rem;
  }

  .container.admin-sub-hero.style {
    padding-bottom: 5rem;
  }

  .container.template-hero {
    padding-top: .7rem;
  }

  .container.product-intro {
    padding-top: 0;
  }

  .container.faq {
    padding-top: 2.3rem;
    padding-bottom: 2.5rem;
  }

  .container.contact-body {
    padding-top: 1.4rem;
    padding-bottom: 4rem;
  }

  .container.blog-collection-sub-body {
    padding-top: 3rem;
  }

  .container.privacy {
    padding-top: 2.3rem;
    padding-bottom: 2.5rem;
  }

  .content-wrapper.home-hero {
    padding: .5rem;
  }

  .content-wrapper.sub-hero {
    padding: 2.5rem 1rem;
  }

  .content-wrapper.sub-hero.blog-collection {
    height: auto;
  }

  .side-menu-links-container {
    justify-content: center;
    align-items: center;
  }

  .header-nav-top-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-nav {
    border-bottom: 1px solid #d8d8d8;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: .5rem;
  }

  .side-menu-container {
    z-index: 100;
  }

  .search-box {
    width: 100%;
  }

  .nav-link-text.no-mobile {
    display: none;
  }

  .navigation-scroll {
    padding-left: 3%;
  }

  .nav-small-text-block.gray-text.nav-email {
    font-size: .9rem;
  }

  .nav-small-text-block.heder {
    font-size: 1.3rem;
  }

  .search-x {
    display: none;
  }

  .contact-info-nav-inner-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .search-icon-02 {
    width: 30px;
    left: 0;
  }

  .menu-button-02 {
    flex: none;
  }

  .side-menu-links-wrapper {
    width: 93%;
  }

  .search-area {
    width: 100%;
  }

  .image-wrapper.nav-x-icon {
    position: relative;
  }

  .image-wrapper.blog-hero {
    height: 25rem;
  }

  .image-wrapper.blog-thumbnail-general {
    height: 20rem;
    min-height: 20rem;
  }

  .navigation-logo-link {
    flex: none;
    width: auto;
  }

  .navigation-logo-link.w--current {
    width: auto;
    min-width: 12rem;
  }

  .nav-container {
    max-width: 100%;
  }

  .nav-link-section {
    border-top-style: none;
  }

  .contact-info-nav-inner-wrapper {
    align-items: flex-start;
    margin-top: 5px;
  }

  .search {
    font-size: 20px;
  }

  .navigation-right-block {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .nav-sub-heading.bottom {
    margin-right: .4rem;
    font-size: 13px;
  }

  .left-information {
    line-height: 140%;
  }

  .category-item {
    border-bottom: 1px solid #e0e6eb80;
    border-radius: 0;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 24px;
  }

  .book-information {
    flex-direction: column;
    align-items: flex-start;
  }

  .book-cta {
    display: none;
  }

  .paragraph.product-description {
    line-height: 1.4;
  }

  .webflow-logo-in-text {
    background-size: 3.7rem;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .content_collection-list.jetboost-list-wrapper-mewm {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

  .flex-block.collection-template-inner-top {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .filter-dropdown {
    width: 100%;
    min-width: 100%;
  }

  .webflow-background-white {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .filter-dropdowns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 100%;
    display: grid;
  }

  .form-dropdowns-wrapper {
    width: 100%;
  }

  .bottom-copyright-text-box {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-links-wrapper.bottom {
    justify-content: space-between;
  }

  .footer-link-grid-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-contact-form-input {
    border-width: 1px;
    border-color: #2a3440;
    border-radius: 20px;
  }

  .h2-heading-2 {
    font-size: 2.3rem;
  }

  .footer-contact-form-wrapper {
    background-color: #fff0;
    border-style: none;
    flex-direction: column;
    width: 100%;
  }

  .bottom-cta-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .field-input {
    width: 100%;
  }

  .cta.footer-form {
    color: #fff;
    background-color: #000;
    width: 100%;
    margin-top: .6rem;
  }

  .cta.footer-form:hover {
    color: #000;
    background-color: #fff;
  }

  .footer-contact-form-container {
    width: 100%;
  }

  .footer-combo {
    padding-top: .7rem;
  }

  .footer-copyright-text {
    margin-bottom: .4rem;
  }

  .grid-block.product-hero {
    margin-top: 77px;
  }

  .collection-list-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-sub-heading {
    font-size: 1.3rem;
  }

  .bottom-cta-text-box {
    grid-template-columns: 1fr 1fr;
  }

  .cta-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .cta-container.home-cta.orange-gradient-background {
    max-width: 97%;
  }

  .content-block.product-01 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .prev-slider-arrow {
    z-index: 15;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: -55px;
    margin-right: 54px;
    inset: auto 0% 0% auto;
  }

  .swiper.swiper8 {
    border-radius: 0;
  }

  .swiper-slide {
    max-width: 97%;
  }

  .swiper-slide.pdp {
    min-width: 85%;
  }

  .product-hero-grid-02 {
    flex-flow: column;
    display: flex;
  }

  .next-slider-arrow {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: -55px;
    inset: auto 0% 0% auto;
  }

  .webflow-inner-button {
    font-size: 1.2rem;
  }

  .product-category-collection-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .faq-dropdown-content {
    display: flex;
  }

  .text-block-3.small.product-info-title {
    margin-bottom: 4px;
  }

  .gallery-tab-link {
    text-align: center;
    padding-left: 13px;
    padding-right: 13px;
  }

  .tabs-menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-white {
    padding: 16px;
  }

  .h2-heading-3 {
    font-size: 2.3rem;
  }

  .heading-grid {
    grid-template-columns: 1fr;
  }

  .faq-toggle-02 {
    height: 5.5rem;
  }

  .faq-questions {
    margin-top: 2rem;
  }

  .h2-heading-4 {
    font-size: 2.3rem;
  }

  .faq-question.larger {
    padding-right: 21px;
    font-size: 1.1rem;
  }

  .contact-form-block-outline {
    padding: 0;
  }

  .contact-form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-right: 1rem;
    overflow: auto;
  }

  .contact-form.sub {
    max-height: none;
  }

  .contact-form-container {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .contact-feature-card {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .body-article-wrapper {
    margin-top: 20px;
  }

  .blog-post-body-content-grid {
    grid-row-gap: 3vh;
    flex-flow: column;
    padding-top: .6rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .h1-blog-heading.blog-title {
    margin-bottom: 0;
    font-size: 2.3rem;
  }

  .container-02 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container-02.blog-body {
    padding-top: 2rem;
  }

  .heading-grid-02 {
    display: flex;
  }

  .heading-grid-02.blog-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 2rem;
  }

  .blog-eyebrow {
    font-size: 1rem;
  }

  .blog-article-card-container {
    margin-right: 0;
  }

  .blog-post-parent.product-hero {
    margin-top: 77px;
  }

  .premium-span {
    margin-bottom: 5px;
    display: flex;
  }

  .templates-span {
    margin-top: 4px;
    display: inline-block;
  }

  .utility-page-content {
    width: auto;
  }

  .filter-dropdown-checkboes {
    width: 100%;
  }
}

#w-node-_8f907a3b-30fd-03c0-d0df-fb5fc4d14ae0-c4d14abc, #w-node-_8f907a3b-30fd-03c0-d0df-fb5fc4d14ae1-c4d14abc, #w-node-_8f907a3b-30fd-03c0-d0df-fb5fc4d14af9-c4d14abc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8f907a3b-30fd-03c0-d0df-fb5fc4d14b02-c4d14abc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}
